08-07-2012, 11:04 AM
Thanks Sankalp. Unfortunately that doesn't work for me. As i mentioned, the value is identified properly, but it is not getting selected. Now I just added a SUBMIT after selection and the value is getting selected
It may not be the right way, but somehow its working now.
Thanks again for your reply.
Code:
Browser("browser").Page("page").WebList("list").Select Accnt_Source
Browser("browser").Page("page").WebList("list").Submit
Thanks again for your reply.