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.

Absolute value works and using a $ variable does not

davidjohnbirddavidjohnbird Members
edited December 2013 in Sahi - Open Source
If I have a code line that says:
_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

Answers

This discussion has been closed.