asked on November 14, 2023

I am running a work flow which invokes a bot to run through a program. The bot is going to run through tens of thousands of accounts, so I want to optimize it as much as possible. When the bot uses the 'Click' function, a pop-up is introduced and prompts for credentials. When this happens, the bot waits for around 30 seconds to register that it has finished clicking and can move on to the next step. Since the pop-up restricts users from clicking outside of it, my guess is that the bot cannot see the button anymore and cannot complete the 'Click' function until it eventually times out. Is there any way to reduce the timeout threshold or get the bot to recognize that it is done clicking?

0 0