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
Is your feature request related to a problem? Please describe.
When calling New Browser the kwarg "timeout" determines the time that Browser Library waits for the browser to start. The standard value is 30s. When connecting to a running browser with Connect to Browser there is no way to change the time that Browser Library waits for the connection to be established. Playwright does support this parameter.
Describe the solution you'd like
Connect to Browser has a kwarg "timeout".
Describe alternatives you've considered
N/A
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When calling New Browser the kwarg "timeout" determines the time that Browser Library waits for the browser to start. The standard value is 30s. When connecting to a running browser with Connect to Browser there is no way to change the time that Browser Library waits for the connection to be established. Playwright does support this parameter.
Describe the solution you'd like
Connect to Browser has a kwarg "timeout".
Describe alternatives you've considered
N/A
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: