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
@@ -535,6 +536,11 @@ context can also be customized on startup via the `PLAYWRIGHT_CONTEXTS` setting.
535
536
Pass a value for the `user_data_dir` keyword argument to launch a context as
536
537
persistent. See also [`BrowserType.launch_persistent_context`](https://playwright.dev/python/docs/api/class-browsertype#browser-type-launch-persistent-context).
537
538
539
+
Note that persistent contexts are launched independently from the main browser
0 commit comments