Documentation Index

Fetch the complete documentation index at: https://helpcenter.autify.com/llms.txt

Use this file to discover all available pages before exploring further.

Release Notes - May 19th 2026

Prev Next

Added Scroll step

We have added the Scroll step as a new step type in scenarios. You can easily automate scrolling on a page or an element simply by specifying the scroll direction and the number of pixels.

Scenario management via MCP tools

You can now create and perform editing operations such as adding, reordering, and deleting steps in a scenario directly from the MCP tools. Additionally, more flexible scenario management is possible, such as specifying directories and adding descriptions.

Added archive and restore functions to MCP tools

You can now archive and restore scenarios, test plans, and execution results using the MCP tools. In addition, a filter function to narrow down Archived items during searches has been added, making it easier to find the data you need.

Retained display state of the scenario list

The pagination and sort order set on the scenario list screen are now retained. Even if you navigate to another screen and return, the previous display state is restored as is, allowing you to resume your work smoothly.

Bug Fixes 🐞

Fixes for exporting the Upload file step

We have fixed an issue where errors occurred or invalid code was generated when exporting Playwright code from a scenario containing an Upload file step. The code is now output correctly.

Fixes for run conditions of step groups

We have fixed an issue where the run conditions set for a step group or a shared step group were ignored and not correctly applied during a local run. Steps will now be executed according to the set conditions.