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 API - Assert URL
Hi,
I need to assert that after some istructions, I'm in a URL. There is an instuction to say that?
thanks
I need to assert that after some istructions, I'm in a URL. There is an instuction to say that?
thanks
Comments
You can use:
_assertEqual("http://myurl", top.location.href);
Check if this helps.
Regards
Sumitra