07-24-2009, 03:18 PM
Hey Guys, I got the issue in my LOC. The working code is
------
----------
instead of which I was trying with
--------
--------
and continuously got the error message.
Thanks,
------
Code:
Browser("name:=Bing").Page("title:=Bing").WebButton("html tag:=INPUT", "html id:="&testid).Click
instead of which I was trying with
--------
Code:
Browser("name:=Bing").Page("title:=Bing").WebButton("html tag:=INPUT, html id:="&testid).Click
and continuously got the error message.
Thanks,