Can you record right click and the menu appearing after right clicking on any of the links in the browser...??If YES then HOW...??

Yes,we can right click and select the links from menu.

Example:
If u want to right click on the link use

Browser(objBrowser).Page(objPage).Link(objText,objType).FireEvent "oncontextmenu"

This will opens the menu.If u want to click on any link in that menu

Browser(objBrowser).Page(objPage).WebElement(objText,objType).Click

 

This Question is not yet answered!

 
 

Related Answered Questions

 

Related Open Questions