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.
help on "recursive_access"
globalworming
Moderators
Hi folks
could someone pls help me with this piece of code:
Regards
Wormi
could someone pls help me with this piece of code:
var $keyword=["category", "dropdown"];
_set($helpText,_div("workbody").children(5).textContent);
for(var $j=0; $j<$keyword.length; $j++){
_assertNotNull($helpText.match($keyword[$j]));
}
I want to make sure a text has some specific keywords, but the logs say
_assertNotNull(["recursive_access"]);
Whats the probleme here?Regards
Wormi
Comments
Change $keyword to contain your Regular Expression by using:
Also,use :
Regards
Sumitra
this is working fine