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
I tried to use chromium in single-process mode to try to make it more lightweight, but by doing so closing a BrowserContext also closes the browser, this might be a normal behavior, but if so it should be documented
The text was updated successfully, but these errors were encountered:
SeekDaSky
changed the title
[BUG] Call close() on BrowserContext closes chromium when used with --single-process option
[Question] Call close() on BrowserContext closes chromium when used with --single-process option
Apr 21, 2020
SeekDaSky
changed the title
[Question] Call close() on BrowserContext closes chromium when used with --single-process option
[QUESTION] Call close() on BrowserContext closes chromium when used with --single-process option
Apr 21, 2020
--single-process is among the flags that are there for internal Chromium needs, they don't warrant normal browser operation and can be gone at any moment. There have been times browser did not even start in a single process mode.
We assume user takes full responsibility over the runtime should they pass any command line flags into Chromium. I thought it goes without saying, but it does not hurt adding it into the docs!
Context:
Code Snippet
Describe the bug
I tried to use chromium in single-process mode to try to make it more lightweight, but by doing so closing a
BrowserContext
also closes the browser, this might be a normal behavior, but if so it should be documentedThe text was updated successfully, but these errors were encountered: