Identify the browser to continue the automated process instead of wait stage

derekchu1027

New Member
Hello Everyone, See if all of you could help.

Right now, BOT will go to Bank Website (google chrome) to download the bank statement. We are putting "Wait Stage" around 20 seconds because we do not know the exact loading time. Any possible solution instead of "Wait Stage" to identify the browser/window which have been finished, then BOT automatically go to next action.

Process like that: Go to the bank website > login > go to e-statement > click download > select something > export > save the file

Thanks!
 

Alberto Mendes

New Member
If I understand your question, I can suggest:

Increase the Wait time or
Try to redirect, soon after login, with URL, to get right to the page you want.

Hope this helps
 

Manikanta

Member
Hello Everyone, See if all of you could help.

Right now, BOT will go to Bank Website (google chrome) to download the bank statement. We are putting "Wait Stage" around 20 seconds because we do not know the exact loading time. Any possible solution instead of "Wait Stage" to identify the browser/window which have been finished, then BOT automatically go to next action.

Process like that: Go to the bank website > login > go to e-statement > click download > select something > export > save the file

Thanks!

Hi @derekchu1027
If u want to skip wait stage go for "sleep".
Then u can hold ur site as untouched & After the sleep u process will start as u mentioned.
Hope this works,
Update me if it worked or not.
 
Top