@WolfBeasty
debb177d-e5c6-4cbe-b258-d062dc72d14e-image.png
5b1963d1-3958-40e2-af4e-41ef5ddd0f13-image.png
For cancelling number you can use this.
67601751-1314-480a-a706-dbeec4f1d10a-image.png
795be0b7-9a11-40b3-8094-4f04a4bd1423-image.png
When using this you should also use the right status.
02ccb839-6d12-43e8-83bb-f2f6b4b1cd30-image.png
Execution isnt instant when element finally exists
-
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