You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Met a power user and he suggested that an authenticate step would be helpful.
For eg, when user is required to enter password and 2FA manually.
Thinking through, under the hood, it would be setting timeout to 300 seconds, doing a hover step on the target element, and then setting timeout back to the previous value (default is 10 seconds). This way, for 5 minutes, users can slowly enter password and 2FA code without breaking the automation. Once logged in and the element appears, automation continues.
The text was updated successfully, but these errors were encountered:
Issue #949 should be part of user macros. Tracking it there at #960 (comment) and closing this issue
kensoh
changed the title
New step authenticate / auth ? - to wait for 5 minutes until an element appears
New step authenticate / auth ? - wait for 5 minutes until an element appears - add macro feature
May 28, 2021
Met a power user and he suggested that an authenticate step would be helpful.
For eg, when user is required to enter password and 2FA manually.
Thinking through, under the hood, it would be setting timeout to 300 seconds, doing a hover step on the target element, and then setting timeout back to the previous value (default is 10 seconds). This way, for 5 minutes, users can slowly enter password and 2FA code without breaking the automation. Once logged in and the element appears, automation continues.
The text was updated successfully, but these errors were encountered: