Skip to main content

Discrete Actions

Basic browser interactions like click, type, hover, and scroll. These form the building blocks of your tests.

Verification

Validate page content and state to ensure your application behaves correctly. Includes element presence checks and content validation.

Extractions

Extract and store data from your pages for use in subsequent test steps. Enables dynamic data flows in your tests.

JavaScript

Execute custom JavaScript code for advanced interactions and complex scenarios that require programmatic control.