Hi,
the above codes will not work, instead of "name" they mentioned "title" in Browser class
Browser("name:=Google") is correct
Browser("title:=Google") is not correct
below both are correct u can use any one from this
definitely this will work
Regards,
G@veyom
the above codes will not work, instead of "name" they mentioned "title" in Browser class
Browser("name:=Google") is correct
Browser("title:=Google") is not correct
below both are correct u can use any one from this
definitely this will work
Code:
Browser("micclass:=Browser").Page("micclass:=Page").WebEdit("html id:=email").set "xyz@gmail.com"
Browser("name:=Login").Page("title:=Login").WebEdit("html id:=email").set "xyz@gmail.com"
Regards,
G@veyom