Closed
Description
Hello
I need help with <executeJS>
action.
Is it possible to get value from executed JS via <executeJS>
action and pass it in different action?
I need something like example attached in documentation $myVar = $I->executeJS('return $("#myField").val()');
I know about <grabTextFrom>
action, but before grabbing value I need to process it.