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 not showing in the execution in the controller
Hi
My script is as follows
_assertExists(_link("Products"));
_submit(_button("NEW! SQL Elements Find ALL your SQL Servers NOW"));
_assertExists(_link("Products"));
_click(_link("Products"));
Script executed by the controller.
_assertExists(_link("Products"));
_assertExists(_link("Products"));
_click(_link("Products"));
--Stopped Playback: SUCCESS--
_submit(_button(""NEW! SQL Elements Find ALL your SQL Servers NOW")); is not shown.
The website is www.idera.com
Thanks . Any help would be appreciated.
Regards
Uday
My script is as follows
_assertExists(_link("Products"));
_submit(_button("NEW! SQL Elements Find ALL your SQL Servers NOW"));
_assertExists(_link("Products"));
_click(_link("Products"));
Script executed by the controller.
_assertExists(_link("Products"));
_assertExists(_link("Products"));
_click(_link("Products"));
--Stopped Playback: SUCCESS--
_submit(_button(""NEW! SQL Elements Find ALL your SQL Servers NOW")); is not shown.
The website is www.idera.com
Thanks . Any help would be appreciated.
Regards
Uday
Answers
You should use _click For _submit(_button(""NEW! SQL Elements Find ALL your SQL Servers NOW")); and then try it will work.
Regards,
Sachin