- Print
- DarkLight
Why is it slower than when I run it in Selenium?
Article summary
Did you find this summary helpful?
Thank you for your feedback
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:
- After looking for an exact match for a certain amount of time (20 seconds by default),
- 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.
Was this article helpful?