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.
Using _xy() to click on links in an area
Hi,
Is it possible to use the _xy() API to click on a link that's within another item, such as an image within a div?
I tried using:
_click(_xy(_div("divName"),50,50));
where the coordinates are where the image is.
Is it possible to use the _xy() API to click on a link that's within another item, such as an image within a div?
I tried using:
_click(_xy(_div("divName"),50,50));
where the coordinates are where the image is.