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.
Sahi Pro v6.1.0 IE11
in Sahi Pro
I am attempting to running a script through the Sahi Controller using IE11. The script never runs, and no messages are shown in the sahi console.
I run the same script through the Sahi Controller for a second time using Chrome. The script runs to completion
I have attached a link to a video that shows my issue.
https://drive.google.com/file/d/0B93fyrB3ac42d2JDeHhSX2hUMXRGR0JXQklHbngwTi1Cd09J/view?usp=sharing
Can you help.
Also, when I attempted to run the same script against IE10 I was getting duplicate controls appearing. To fix this I made a change to action.js, and commented out the line "a.fireEvent(this.getEventTypeName(b),f)"
many thanks
Donna Moores
I run the same script through the Sahi Controller for a second time using Chrome. The script runs to completion
I have attached a link to a video that shows my issue.
https://drive.google.com/file/d/0B93fyrB3ac42d2JDeHhSX2hUMXRGR0JXQklHbngwTi1Cd09J/view?usp=sharing
Can you help.
Also, when I attempted to run the same script against IE10 I was getting duplicate controls appearing. To fix this I made a change to action.js, and commented out the line "a.fireEvent(this.getEventTypeName(b),f)"
many thanks
Donna Moores
Answers
If you are not able to identify any element only on IE, please follow below steps.
- Please take a back up of your <SahiPro>/userdata/config/userdata.properties file and add below line at the end
sahi.common_domain=<YourDomainName>
Let's say your URL is something like below
http://myapplication.com/login.aspx
You should add domain name like below in userdata.properties file.
sahi.common_domain=myapplication.com
Save the changes, restart Sahi and check.
If you are not able to identify any element only on IE, please follow below steps.
- Please take a back up of your <SahiPro>/userdata/config/userdata.properties file and add below line at the end
sahi.common_domain=<YourDomainName>
Let's say your URL is something like below
http://myapplication.com/login.aspx
You should add domain name like below in userdata.properties file.
sahi.common_domain=myapplication.com
Save the changes, restart Sahi and check.