📄️ checkLink
Check if a URL returns an acceptable status code from a GET request.
📄️ 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.
📄️ runShell
Perform a native shell command.
📄️ saveScreenshot
Take a screenshot in PNG format.
📄️ setVariables
Load environment variables from a .env file.
📄️ startRecording
Capture a video of test execution.
📄️ stopRecording
Stop capturing a video of test execution.
📄️ typeKeys
Type keys.
📄️ wait
Pause before performing the next action.