Screenshot 2025-10-25 084848.png
No way to disable element preview? its preventing further work, stuck there.
Execution actions are delayed slightly if target element does not exist right away.
For example...
If 'Button1' exists on the page and is ready to be clicked, and execution lands on a click then it happens straight away.
But if execution lands on a click while 'Button1' does still not exist, then when it finally exists the click doesn't happen right away, there is delay until it realises it exists.
A way to change the internal timer that checks whether something is ready to have an action performed would be great.
I hope this makes sense