10-16-2012, 10:26 AM
Hi,
Try to use below code:
One more thing , do u want to click this link only or some other link because below line of code
is clicking something else?
Regards,
Sankalp
Try to use below code:
Code:
var_ofskeyid=Mybrowser3.Link("name:=OFS.*","html tag:=A").GetROProperty("innertext")
One more thing , do u want to click this link only or some other link because below line of code
Code:
Mybrowser3.Link("text:=Notifications","html tag:=A","name:=Notifications").Click
Regards,
Sankalp