Best practice continue after webpage/browser is loaded

my webapplicaties take ages before it’s loaded. how to manage that?

Hi,
You can put the option “WaitForReady” as “COMPLETE”, and try the activity “on element appear” with an element of the page which appears at the end of the loading. But I will recommend that you first try the WaitForReady option.

Good luck!

Hi @Nightowl_music ,

You can try below steps:

1 - Use Wait For Ready as “Complete” as suggested by @melanie
2 - Use element exist to check window appears or not, give more Timeout in TimeoutMS as default timeout is 30ms.

Apart from above you can implement retry at least 3 times to check browser opened or not.

And last check the slowness of App in other browsers also.

Hope this will help you.