05-18-2011, 04:27 PM
I am trying to select a value from the saplist, it drops a box but i can't select value from the list and also says object not identified.I checked in repository, object is there. The select method is not able to select anything from the saplist.
script i do is
Please correct my script
script i do is
Code:
Browser("abc").Page(" page").Frame("frame").WebEdit("WebEdit").Click
Browser("abc").Page("page").Frame("frame").SAPList("Country:*").Select "India"
Please correct my script