Set value for browserType.launch timeout

Hi all,

Is there a way to expand the timeout as written below:

TimeoutError: browserType.launch: Timeout 30000ms exceeded

I tried using Set Browser Timeout to 60 seconds, but I’m still getting this error message with 30 seconds. Most likely it’s stored somewhere else.

Kind regards,

Peter

Hi Peter,

New Browser just has its own timeout argument.

https://marketsquare.github.io/robotframework-browser/Browser.html#New%20Browser

1 Like

Excellent thanks.