18 January 2026:
Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.
This forum is now archived and is in read-only mode. Please continue discussions on our improved new Sahi Pro Community forum.
Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.
Regarding Dynamic Right click menu
Hi all,
For one of my application, i have right click context menu which is not getting captured by the tool.
By right clicking on a particular grid record there is a menu containing various options like add, edit, delete, record History, etc. which loads pop-up window to perform relative operations.
Right click was not found by the application. so no visibility of context menu while play backing.
_setValue(_textbox("txtUsername"), "demo_user");
_setValue(_password("txtPassword"), "test@123");
_click(_imageSubmitButton("Click to Login"));
_click(_link("Manage Jobs"));
_rightClick(_div("Edit Job"));
_click(_div("Edit Job")); // this is option from context menu.
_setValue(_textbox("ctl00\$ContentPlaceHolder1\$txtJobName"), "Job performed on HOli - march 1");
after that is failing.
please do needful for to identify the dynamic right click menu on the grid records. Moreover, it is not identifying the pop-up window as well.
thanks in advance.
For one of my application, i have right click context menu which is not getting captured by the tool.
By right clicking on a particular grid record there is a menu containing various options like add, edit, delete, record History, etc. which loads pop-up window to perform relative operations.
Right click was not found by the application. so no visibility of context menu while play backing.
_setValue(_textbox("txtUsername"), "demo_user");
_setValue(_password("txtPassword"), "test@123");
_click(_imageSubmitButton("Click to Login"));
_click(_link("Manage Jobs"));
_rightClick(_div("Edit Job"));
_click(_div("Edit Job")); // this is option from context menu.
_setValue(_textbox("ctl00\$ContentPlaceHolder1\$txtJobName"), "Job performed on HOli - march 1");
after that is failing.
please do needful for to identify the dynamic right click menu on the grid records. Moreover, it is not identifying the pop-up window as well.
thanks in advance.
Comments
could you please provide the URL of that website.
And please post the error mesage.
Regards
Wormi