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.
_submit(_button("Learn More")); not showing in the executed script even though it is present.
_assertExists(_link("SQL Server"));
_mouseOver(_link("SQL Server"));
_click(_link("SQL Server"));
_click(_link("SQL Diagnostic Manager"));
_assertExists(_link("Products"));
_mouseOver(_link("SQL Server"));
_assertExists(_link("SQL Server"));
_click(_link("SQL Server"));
_mouseOver(_link("SQL Server"));
_assertEqual(_button("Learn More"));
_submit(_button("Learn More"));
_assertExists(_link("SQL Server"));
When I run the above script _submit(_button("Learn More")); is not shown in the script execution.
Following is the output in the controller.
_assertExists(_link("SQL Server"));
_mouseOver(_link("SQL Server"));
_click(_link("SQL Server"));
_click(_link("SQL Diagnostic Manager"));
_assertExists(_link("Products"));
_mouseOver(_link("SQL Server"));
_assertExists(_link("SQL Server"));
_click(_link("SQL Server"));
_mouseOver(_link("SQL Server"));
_assertEqual(_button("Learn More"));
_assertExists(_link("SQL Server"));
Not able to see _submit(_button("Learn More")); in the executed script.
Website I am using is www.idera.com
Regards
Uday
_mouseOver(_link("SQL Server"));
_click(_link("SQL Server"));
_click(_link("SQL Diagnostic Manager"));
_assertExists(_link("Products"));
_mouseOver(_link("SQL Server"));
_assertExists(_link("SQL Server"));
_click(_link("SQL Server"));
_mouseOver(_link("SQL Server"));
_assertEqual(_button("Learn More"));
_submit(_button("Learn More"));
_assertExists(_link("SQL Server"));
When I run the above script _submit(_button("Learn More")); is not shown in the script execution.
Following is the output in the controller.
_assertExists(_link("SQL Server"));
_mouseOver(_link("SQL Server"));
_click(_link("SQL Server"));
_click(_link("SQL Diagnostic Manager"));
_assertExists(_link("Products"));
_mouseOver(_link("SQL Server"));
_assertExists(_link("SQL Server"));
_click(_link("SQL Server"));
_mouseOver(_link("SQL Server"));
_assertEqual(_button("Learn More"));
_assertExists(_link("SQL Server"));
Not able to see _submit(_button("Learn More")); in the executed script.
Website I am using is www.idera.com
Regards
Uday
Answers
but still it is giving error
_click(_submit(_button("Learn More")));
TypeError: id is undefined
Sahi.prototype.getArrayNameAndIndex@http://www.idera.com/_s_/spr/concat.js:2363
Sahi.prototype.findElementHelper@http://www.idera.com/_s_/spr/concat.js:2296
Sahi.prototype.addAD/newFn@http://www.idera.com/_s_/spr/concat.js:4767
Sahi.prototype.addAD/newFn@http://www.idera.com/_s_/spr/concat.js:4757
http://www.idera.com/_s_/spr/concat.js:3480
Sahi.prototype.ex@http://www.idera.com/_s_/spr/concat.js:3480
http://www.idera.com/_s_/spr/concat.js:3267