09-26-2008, 04:17 PM
Hi ,
I am not sure if this will help , but I had some issues with Webelements as well .
Try this :
1.
whatever name is the actual name of the webelement on the page
2. You could also try to include the webelement in your OR and then include it in your script. Then the Click will work on that Webelement
Hope this helps, Sonia
I am not sure if this will help , but I had some issues with Webelements as well .
Try this :
1.
Code:
Webelement( "innertext:= whatever name " , "index:= 0 ")
whatever name is the actual name of the webelement on the page
2. You could also try to include the webelement in your OR and then include it in your script. Then the Click will work on that Webelement
Hope this helps, Sonia