I need to understand a scenario of web page loading.
Suppose we are automatic a web page but we don’t have any defined time like when it will fully load in browser sometime it take seconds and some time 10-20 mins it’s not stable.
So how can we handle such scenario to proceed further?
Use element exist activity and indicate the unique ui element in the website successfull loading page and provide maximum wait time for loading the webpage.
Please note that element exist activity timeout is conditional delay so no need to worry on max time out we mentioned. Thanks
Ok if max time it is taking for 20 mins we can keep element exist for 20 mins time out and we can keep this check in retry scope and you could retry this process multiple times until condition satisfy. Thanks.