Website Requires SMS or Email Verification

To handle this edge case, use Check Web Element to first check if there is a verification pop-up. If there is one, then add a long delay and enter the code manually while the TaskBot is idle during the delay time. Adding the code manually will only work if your TaskBot is not running in the background (Run in the Background). If it's running in the background, you have no possibility to access the window in which the TaskBot is operating - in this case, the best way to handle this is to terminate the run and send yourself a notification (Send Notification).

Last updated