console.log({{My variable}})
instead of console.log("{{My variable}}")
setVariable
function to modify bot variables programmatically:
setVariable
is only available in server-side execution, not when “Execute on client” is enabled.
console.log
, setTimeout
, setInterval
not availablewindow
, document
, localStorage
, etc.import
or require
statementsfetch
function works differently on the server: