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.
Navigating to multiple browsers with a single sahi script and single run instance
Hi,
I want to prepare a single sahi script that can navigate to one url with Internet Explorer 8 and another url with Google Chrome. This is because there is a rather long scenario where we test 2 different applications that are both dependent to the above browsers.
I don't want to split the seperate browser navigations to seperate .sah files because it is required to run the end-to-end scenario at once.
I researched the forum for cross browser testing, but I understand that method requires either multiple test runs or multiple sessions which is not desirable in this case.
Is it possible to do this with the open source version 35? (as we did not upgrade to v44 because of other limitations)
Thanks in advance,
Duygu.
I want to prepare a single sahi script that can navigate to one url with Internet Explorer 8 and another url with Google Chrome. This is because there is a rather long scenario where we test 2 different applications that are both dependent to the above browsers.
I don't want to split the seperate browser navigations to seperate .sah files because it is required to run the end-to-end scenario at once.
I researched the forum for cross browser testing, but I understand that method requires either multiple test runs or multiple sessions which is not desirable in this case.
Is it possible to do this with the open source version 35? (as we did not upgrade to v44 because of other limitations)
Thanks in advance,
Duygu.
Answers
thanks.
What exactly is preventing you from making two scripts and running them side by side? Even if you did manage to do it in one script, you would still have two browsers and no guarantee of the actions actually being executed simultaneously.
I could think of a Workaround to synchronise both scripts, but it's pretty clumsy and perhaps not what you'd want to do.