12-11-2012, 12:10 AM
HI srselva,
Please find the below code. Just you need a little bit tweak in your xpath definition.
or you can click on the link using below xpath too
Let me know if you need any more information.
Please find the below code. Just you need a little bit tweak in your xpath definition.
Code:
Browser("micclass:=browser").Page("micclass:=page").link("xpath:=//font[@id='addlang']/a[1]").click
Code:
Browser("micclass:=browser").Page("micclass:=page").link("xpath:=//a[contains(text(),'your link text value')]").click
Let me know if you need any more information.
Thanks,
SUpputuri
SUpputuri