Use Browser Timeout option

Hi Team,

I am trying to open a web page - Youtube.com.
As we are all aware any web page opens within few seconds or some may take 120 seconds also. My ask is

  1. Even Page opens in 5 seconds or in 120 seconds bot should proceed immediately once the page is opened. In general the default timeout is 30 seconds. How to extend this ? User Browser property (Timeout) not working as expected and even delay also not working as expected inside Use Browser activity. Any other options in this ?

@Honda

use a check app state inside use application/browser …in check app state indicate a element on page and select wait for page load complete

cheers

for a more synchronized flow we can do

  • Open Page / Use Browser
    • Retry scope
      • Check for Element indicating Page is loaded / Check App State

In scenarios, where a lot of non valid URLs are expected we can enhance above workflow by checking the HTTP Response from a HTTP Request for the URL

Hie @Honda so you can use Retry Activity make sure to add more number of Retry count so if bot open it on 1 try or 10 it will not affect the process because if it open in 1 attempt it not retry for the other try but if bot take more than 1 then your max try count help on that

cheers

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.