evalScript
Last updated
The evalScript command allows in-line execution of simple JavaScript code.
Please note the underlying implementation is Rhino, which has limited support for ES6+ syntax.
- evalScript: ${console.log("This is JS")}Last updated