-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support running sessions with --incognito
flag
#3189
Comments
|
Is creating a new user context identical to running in incognito? Or are there specific browser settings that come when using incognito. I am especially wondering about this user comment:
I was under the assumption that running a WebDriver session is essentially like running incognito but appears that some browser features behave differently. |
yes, in Chrome it is an off-the-record profile similar to incognito but you can have multiple. Each user context is isolated in terms of storage/cookies/caches.
that is controlled by the |
It seems like WebDriver Bidi is failing to run the session when an
--incognito
flag is set. When adding the flag I get 2 browser windows (instead of usually 1 window with 2 tabs) where the Bidi is actually running incognito while the actual session isn't:Expected Behavior:
Have both browser windows open incognito.
The text was updated successfully, but these errors were encountered: