What is the best way to assure that unattended web browser automations load the pages properly? I have an automation that does not seem to load some of the pages until I click on the browser (so it will not load unless attended and focus is set to the browser). I have tried having it check if a certain element exists on the page for 20 seconds and then refreshing the browser and checking again for 20 seconds if not, but that seems not to work. Any insight would be appreciated!
1 Like
Hey @Skizzle
At the point of browser page load, you will need to use Wait for Ready as Complete for the activities.
Also, you can use Element Exists with some target element which reliable to confirm the page load.
Hope this helps
Thanks
#nK