📄️ checkLink
Check if a URL returns an acceptable status code from a GET request.
📄️ click
Click or tap an element on the page.
📄️ find
Locate and interact with an element on the page.
📄️ goTo
Navigate to a specified URL.
📄️ httpRequest
Perform a generic HTTP request, for example to an API.
📄️ runCode
Assemble and run code snippets in various languages.
📄️ runShell
Perform a native shell command.
📄️ screenshot
Take a screenshot in PNG format and optionally perform visual regression testing.
📄️ loadVariables
Load environment variables from a .env file.
📄️ record
Start capturing a video of test execution.
📄️ stopRecord
Stop capturing a video of test execution.
📄️ type
Type keys, including special keys like Enter.
📄️ wait
Pause before performing the next action.