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 not working with urls containing more than one parameter
Hello
I am currently starting to write some tests with sahi. But I've encountered that when the url contains more than one parameter sahi won't navigate to it. For example:
http://localhost:8080/myapp/RunApp?param1=one¶m2=two
Simply it won't work because of the ampersand. Also
_navigateTo("http://localhost:8080/myapp/RunApp?param1=one¶m2=two"
;
Won't work either.
This failed on Safari/Mac using chrome and firefox as browsers, also in Ubuntu Linux using chrome browser.
I am currently starting to write some tests with sahi. But I've encountered that when the url contains more than one parameter sahi won't navigate to it. For example:
http://localhost:8080/myapp/RunApp?param1=one¶m2=two
Simply it won't work because of the ampersand. Also
_navigateTo("http://localhost:8080/myapp/RunApp?param1=one¶m2=two"
Won't work either.
This failed on Safari/Mac using chrome and firefox as browsers, also in Ubuntu Linux using chrome browser.