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.
_set is not defined
Hi All,
I've managed to find many answers on this forum but this seems to be a problem specific to me.
OS: Windows 7
Browser: Firefox v7
Build: 2011-05-25
I'm trying to use the following method:
sahi.co.in/w/_set
Using both my own version of the code, and the example provided, I get the following error:
[Exception] ReferenceError: _set is not defined
Are there any steps in debugging this? I'm using Build: 2011-05-25) .
Thanks
Abe
I've managed to find many answers on this forum but this seems to be a problem specific to me.
OS: Windows 7
Browser: Firefox v7
Build: 2011-05-25
I'm trying to use the following method:
sahi.co.in/w/_set
Using both my own version of the code, and the example provided, I get the following error:
[Exception] ReferenceError: _set is not defined
Are there any steps in debugging this? I'm using Build: 2011-05-25) .
Thanks
Abe
Comments
It seems that you are trying to use _set() API from the controller.
You should be using it in a script not from the controller as it doesn't work from the controller.
Regards
Sumitra
Thanks Again!