06-22-2012, 10:55 PM
This is my DP:
This is what is recorded by QTP10:
Error msg says "cannot identify the object "[WebEdit]" .... etc See screenshot
See my two attachments.
This is very frustrating! I dont know what I am doing wrong.
Please help.
Code:
Browser("name:=Delta - Book a flight").Page("title:=Delta - Book a flight").WebEdit("name:=departureCity[0]", "html id:=departureCity_0").Set "ATL"
This is what is recorded by QTP10:
Code:
Browser("Delta - Book a flight").Page("Delta - Book a flight").WebEdit("departureCity[0]").Set "ATL"
Error msg says "cannot identify the object "[WebEdit]" .... etc See screenshot
See my two attachments.
This is very frustrating! I dont know what I am doing wrong.
Please help.