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 click issue in IE browser using SAHI Open Source tool

Hello Friends,

Am using SAHI automation tool for one of my project. I have been facing issue in IE browser where submit button is getting clicked but application is not launched. Also the same submit button click was working fine in other browsers such as chrome and Firefox. Tired of surfing google for the solution and finally I have created account in Forum. So any one please help me out on this to fix the issue.

Tried below functions:

click(_xy(_submit("btn btn-default primaryBtn"), 5, 5));
_call(_submit("SUBMIT")).click();
clickSubmit("Submit")
Sign In or Register to comment.