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.
script to handle dynamic links
Here is a dynamic link:
_click(_link("LPR count(67/67)"));
every time 67/67 will be changing.
how to tell sahi to click on that link.??
_click(_link("LPR count(67/67)"));
every time 67/67 will be changing.
how to tell sahi to click on that link.??
This discussion has been closed.
Comments
Try this:
_click(_link(/LPR count/));
Check if this solves your issue.
Regards
Sumitra