Add disconnect handling for use with manually set WebSocket endpoints
Closed this issue · 0 comments
chaosharmonic commented
When connecting to an existing browser session using launch
, calling browser.close()
kills the entire process. Calling launch
with using
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.