I have two issues:
-
When returning a javascript array in executeScript_Sandbox, a javascript object is returned which is unusable. executeScript works properly.
-
When running an if statement:
storeText abc str
if ${str}.startsWith(“a”)
returns false.
however
executeScript return ${str}.startsWith(“a”);
returns true.
Both of these used to work perfectly before the update, and atleast issue 1 works fine on firefox.