06-23-2012, 06:57 AM
Use escape sequence where ever a special character occurs while writing a DP code for your object to be identified properly.So lets correct your code as shown below.
This will identify and set the value "ALT" in the webedit mentioned.
Regards,
Ravi
Code:
Browser("name:=Delta - Book a flight").Page("title:=Delta - Book a flight").WebEdit("name:=departureCity\[0\]", "html id:=departureCity_0").Set "ATL"
Regards,
Ravi