Logging
Last updated
Last updated
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: