Hi Ann,
Use if condition to click on the link.
Note: Add Objects to OR Before you run above script.
Thanks,
Use if condition to click on the link.
Code:
If Browser().Page().Link().Exists(5) Then
Browser().Page().Link().Click
End IfNote: Add Objects to OR Before you run above script.
Thanks,

