We can use xpath to identify only web objects like below.
Dim oPage
Set oPage=Browser("myGoogle").Page("myGoogle")
oPage.WebEdit("xpath:=//INPUT[@name='nameofeditbox']").Set "search term"
'Enter value in google edit box
Xpath speeds up object identification process in QTP.
Set oPage=Browser("myGoogle").Page("myGoogle")
oPage.WebEdit("xpath:=//INPUT[@name='nameofeditbox']").Set "search term"
'Enter value in google edit box
Xpath speeds up object identification process in QTP.
No comments:
Post a Comment
Please Leave your reply. We value your feedback and inputs