Activity to be used for Loading Page

Fine

Hope the below steps would help you resolve this

  1. Usually we increase the timeout property like 60000 or 80000 but at times page might take more time than that

  2. So I would suggest to go with one of your already tried method but with small changes

  3. Use a RETRY SCOPE activity and inside the action block have a simple log message like this

“Waiting for the page to load”

  1. While in ACTION block use a ELEMENT EXISTS activity
    Set the property as below

Timeout - 60000
WaitForReady - Complete

  1. That’s it with element exists

  2. Now in retry scope set these properties

Number of retries - 10
Interval between retries - leave it blank

That’s it

This should work for sure

Cheers @SukhvinWalia

2 Likes