02-22-2013, 05:34 PM
(This post was last modified: 02-22-2013, 05:39 PM by prempujaripati.)
Hi There
I want to select all the values one by one and select one value from the drop down list.So How can I write the code for the particular?
As I have written the code as
Which will select that particular value from the list but I want to check with all the values and select one from them.
Thanks
In Advance.
I want to select all the values one by one and select one value from the drop down list.So How can I write the code for the particular?
As I have written the code as
Code:
Browser("...:=...").Page("..:=..").Frame("..:=..").WebList("..:=..").Select "somevalue1"
Thanks
In Advance.