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.
Absolute value works and using a $ variable does not
If I have a code line that says:
This works.
If I change the code to say:
This fails.
Why??
_click(_link("Define Admin Level[15]"));
This works.
If I change the code to say:
var $I = 15;
_click(_link("Define Admin Level[$i]"));
This fails.
Why??
Best Answer
This discussion has been closed.
Answers