Run Script
Last updated
Was this helpful?
Last updated
Was this helpful?
Runs Javascript in the current page
Any variable that begins with $
is automatically exported for use in other commands
e.g. const $meow = 3
Variables are serialized as and thus support the following data types:
Primitives (number, string, boolean)
Arrays
JSON objects
The code is executed in the context of the current page which means that the page's DOM is accessible