on ‎2020 Dec 07 1:32 AM
Request clarification before answering.
Try adding a wait event before navigating to the second page
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
As I can clearly see the first page is being loaded and trying to navigate to second page after login, the bot is being timed out. So, you can add a wait until item exists on any declared item of the second page and then perform your actions. Timed out often happens because bot can't recognize the item. Check all the recognition criteria once too. After wait until becomes true, then continue your actions. This should solve your problem.
Thanks,
Thousif.
| User | Count |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.