Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi Everyone,
I am trying to pass a bas variable into the browser, like
var elem = document.querySelectorAll(".items") for(var x in elem){
if(elem[x].textContent === VAR_BAS_VARIABLE){
elem[x].click() }
}
thanks
Have gotten a variable passed, document.querySelector("#identifierId").value = "[[CYCLE_INDEX]]" as a string works fine
@tawheedcpa use resource from file
In case anyone else encountered this problem. You have to edit your function and check the "has return value" box. Then your return will work. After this you have to use "Call Function" again and now you have a new field for saving results.
@Saddamz still busy if u have any queshions type here
@Bigma Thanks!
@fox ohh didnt see that, thank you