in usercodemodule - how to pagedown or scrolldown once to get focus on link at webpage.
Thank you
How to PageDown in webpage
Re: How to PageDown in webpage
this works - WebDocument webContact = "/dom[@caption='tPageTitle']";
webContact.PressKeys("{NEXT}");
webContact.PressKeys("{NEXT}");
Tipu