Documentation Index

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

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

Why is it slower than when I run it in Selenium?

Prev Next

Autify takes a screenshot of the screen at each step, so it tends to take longer than Selenium.

Also, Autify has a function that the AI searches for a substitute element when an element with exact match is not found. The process is as follows:

  1. After looking for an exact match for a certain amount of time (20 seconds by default),
  2. AI find alternative elements.

For sites that tend to have incomplete matches, such as when ids are changed frequently, AI tends to work and as a result, tends to be slower. In that case, it can be improved by shortening the time to keep searching for the exact match element, so please contact support.

Please refer to this article for a brief explanation of Autify's AI.