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