Interview Questions

WinRunner: How to select a link on a web page

Mercury WinRunner FAQ


(Continued from previous question...)

WinRunner: How to select a link on a web page

In order to select a link, you need to use the web_link_click command.
win_activate ("Browser Main Window");
set_window ("Default Menu", 0);
web_link_click("YOUR PRODUCT APPLICATION");
web_sync(5);

(Continued on next question...)

Other Interview Questions