01-08-2009, 07:22 PM
Hi Guys,
I came across some simple but unusual problem. Please reply if you have any suggestions.
1) I am selecting a state from weblist object
So I am able to select NewYork, Texas, Florida by passing through the Datasheet but not able to select Massachusetts.(1) I checked that Massachusetts is present in the drop down of the object.(2)Checked the spelling and the Case of text. As of now I am using If statement to bypass it. Write if you have any suggestions for this prob.
I came across some simple but unusual problem. Please reply if you have any suggestions.
1) I am selecting a state from weblist object
Code:
Browser("abc").Page("xyz").Weblist("state").Select Datatable("Global","State")
So I am able to select NewYork, Texas, Florida by passing through the Datasheet but not able to select Massachusetts.(1) I checked that Massachusetts is present in the drop down of the object.(2)Checked the spelling and the Case of text. As of now I am using If statement to bypass it. Write if you have any suggestions for this prob.