You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
As far as i understood the code the timeout is the process timeout, not necessary the timeout of the connection to the website.
I thought that when a website is not responding in 60sec then the timeout is reached.
But the starting of the browser is also included in this timeout, since the timeout is set for the whole process call.
This leads for me to timeouts when starting lots of screenshots in parallel (e.g. 20) since the start of the browser takes too long.
Did i understood this behavior correctly?
Beta Was this translation helpful? Give feedback.
All reactions