18 January 2026:


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.

dashboarddashboard Members
edited October 2013 in Sahi - Open Source
_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







Answers

Sign In or Register to comment.