04-28-2011, 06:57 PM
(This post was last modified: 08-02-2020, 02:04 AM by UFTEnthusiast.)
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 If
Note: Add Objects to OR Before you run above script.
Thanks,