Fine
Hope the below steps would help you resolve this
-
Usually we increase the timeout property like 60000 or 80000 but at times page might take more time than that
-
So I would suggest to go with one of your already tried method but with small changes
-
Use a RETRY SCOPE activity and inside the action block have a simple log message like this
“Waiting for the page to load”
- While in ACTION block use a ELEMENT EXISTS activity
Set the property as below
Timeout - 60000
WaitForReady - Complete
-
That’s it with element exists
-
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