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.
_under and _above not working, different behaviour depending on browsers
Hello.
I'm using the sahi pro starter 7.0.1. Upon running a test that checks some values in a table, the following assert fails on firefox:
_assert(_isVisible(_cell("696150853", _under(_tableHeader("New value")))))
The same assert works on Chrome and IE.
My browser versions used:
Firefox 55.0.2 (x64), Google Chrome Version 66.0.3359.139 (x64), IE 11.0.9600.18977
Moreover, any _above usage does not work on any browser so far, for instance:
_assert(_isVisible(_cell("XY", _above(_tableHeader("Phone"), 2))))
The most weird thing is that everything has been working perfectly on Sahi OS.
Any input on this problem, please?
I'm using the sahi pro starter 7.0.1. Upon running a test that checks some values in a table, the following assert fails on firefox:
_assert(_isVisible(_cell("696150853", _under(_tableHeader("New value")))))
The same assert works on Chrome and IE.
My browser versions used:
Firefox 55.0.2 (x64), Google Chrome Version 66.0.3359.139 (x64), IE 11.0.9600.18977
Moreover, any _above usage does not work on any browser so far, for instance:
_assert(_isVisible(_cell("XY", _above(_tableHeader("Phone"), 2))))
The most weird thing is that everything has been working perfectly on Sahi OS.
Any input on this problem, please?