Forum Discussion
David,
This works... I am able to record and individual elements are identified.
But i have doubt interms of the differences between WPF and XBAP? XBAP is same as web based WPF right.
The code which i recorded seems like below.
Dim panel
Dim comboBox
Set panel = Aliases.iexplore.IEFrame.tabpage.ShellDocObjectView.DocObject_Top_Class.window1
Set comboBox = panel.combo_box
'Call comboBox.DblClick(1141, 4)
Call comboBox.Click
Call panel.window.list_item_Area3.Click
panel.push_button.ClickButton
Call aqObject.CompareProperty(Aliases.iexplore.IEFrame.tabpage.ShellDocObjectView.DocObject_Top_Class.window.text_Label.Name, cmpEqual, "Text("&Chr(34)&"Label"&Chr(34)&")", False)
I am not able to play back the code. When i am trying to play back the code,a combo box selection window properties are changing and code is not being played back.
Can you tell me the solution for this.
Thank you