Logging
Last updated
Was this helpful?
Last updated
Was this helpful?
Maestro supports logging to the console via console.log
.
Logging with multiple arguments is not supported. Running console.log('My variable is', variable)
will only output My variable is
.
evalScript
commandIf you want to log something inline you can use evalScript
to output it to the console without having to create a separate file: