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.
Open link in New Tab not in New Window
i have a link on my page its target is set to _blank so it opens in (new tab)
but in sahi
it opens in new window
also _cloiseWindow i used that closes the newly opened window
So How how will i open window in (new tab) and not in (new window)
but in sahi
it opens in new window
also _cloiseWindow i used that closes the newly opened window
So How how will i open window in (new tab) and not in (new window)
This discussion has been closed.
Comments
maybe its fine to open the link in the current window. You can use _navigateTo(_link($yourLink).href) to open the link in the current window.
Regards
Wormi