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.
How to automate a page which is added inside exclude_inject.txt file
Hi Narayan,
We are using Sahi to automate our Lawson Portal.
In our application Sahi is identifying the objects using with domain prefix.
To element domain prefix i added the below snippet inside the "domainfix.txt" file
*.lawson.com lawson.com
After adding the above snippet Sahi is identifying the objects without domain prefix.
But Now every thing is working fine but one page is not loading its just showing a blank page.
Then I added the following url inside the "exclude_inject.txt" file.
.*jobsubmit[.]htm
After adding the above code Sahi is displaying the page properly.
When I running my script after doing the above change sahi is not able to click on the buttons which are inside the jobSubmit.htm file
Please help me how to automate the objects which are inside a page which is included in "exclude_inject.txt" file
Regards,
Shankar L
We are using Sahi to automate our Lawson Portal.
In our application Sahi is identifying the objects using with domain prefix.
To element domain prefix i added the below snippet inside the "domainfix.txt" file
*.lawson.com lawson.com
After adding the above snippet Sahi is identifying the objects without domain prefix.
But Now every thing is working fine but one page is not loading its just showing a blank page.
Then I added the following url inside the "exclude_inject.txt" file.
.*jobsubmit[.]htm
After adding the above code Sahi is displaying the page properly.
When I running my script after doing the above change sahi is not able to click on the buttons which are inside the jobSubmit.htm file
Please help me how to automate the objects which are inside a page which is included in "exclude_inject.txt" file
Regards,
Shankar L