Add Actions
You can easily record test steps or directly search for specific actions from our comprehensive action library
Generate Test Steps with AI Co-Pilot
You can use the AI co-pilot to generate test steps, especially for filling out forms or other tedious scenarios.
Move Recorder Cursor
Stably lets you move the cursor to any step while recoding a test. This allows you to switch between editing and previewing from any step in the test. No need to restart the VM just to make a small change.Add Custom Code
Stably provides advanced testing flexibility through custom JavaScript implementation in two primary scenarios:- Playwright Code Execution
- Dynamic Value Generation

- Faker.js: Leverage the Faker.js library to generate realistic mock data for your tests, including names, addresses, emails, and more
-
Pre-defined Variables: Access test context and environment data through pre-defined variables using the
VARS
object -
Standard JavaScript Libraries: Utilize built-in JavaScript libraries such as
Math
orDate
for calculations, formatting, and time-based operations