18 January 2026:


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.

Regression in _xy function in Sahi Pro v5 against V4.5.2

edited May 2013 in Sahi Pro
Hello Narayan,
I am facing issue with the _xy API in Sahi Pro.

It is working fine on previous version before V5.

Could you please check?

Also let me know if the fix can be applied by changing something in the lib.js or concat.js
//WEST
_click(_xy(_div("compass-base"), 10, 30));
_wait(300);
//EAST
_click(_xy(_div("compass-base"), -10, 30));
_wait(300);
//NORTH
_click(_xy(_div("compass-base"), 30, 10));
_wait(300);
//SOUTH
_click(_xy(_div("compass-base"), 30, -10));

The above script is working fine on Sahi Pro 4.5.2 (2013-02-05)
But it is not working on Sahi Pro 5.0.1 (2013-05-15)

Only _click(_xy(_div("compass-base"), 10, 30)); this one is working others are not working

Thanks for your quick solution.
I am blocked on one important scenario.
My machine is windows 8 pro , IE 10

Regards,
rahoolm
Sign In or Register to comment.