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
When connecting to an existing browser session using launch, calling browser.close() kills the entire process. Calling launch with usingalso kills the whole process at the end.
Manually set WebSocket endpoints could maybe benefit from an explicit disconnect handler to close the connection and not the entire browser.
The text was updated successfully, but these errors were encountered:
When connecting to an existing browser session using
launch
, callingbrowser.close()
kills the entire process. Callinglaunch
withusing
also kills the whole process at the end.Manually set WebSocket endpoints could maybe benefit from an explicit
disconnect
handler to close the connection and not the entire browser.The text was updated successfully, but these errors were encountered: