Skip to content
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

[Bug]: Incognito mode in chromium with version 1.43 #1577

Closed
joseRodenasMinderest opened this issue May 14, 2024 · 2 comments
Closed

[Bug]: Incognito mode in chromium with version 1.43 #1577

joseRodenasMinderest opened this issue May 14, 2024 · 2 comments

Comments

@joseRodenasMinderest
Copy link

Version

1.43.0

Steps to reproduce

Open a new context like always, it opens a non incognito browser.

https://playwright.dev/java/docs/api/class-browsercontext

// Create a new incognito browser context BrowserContext context = browser.newContext(); // Create a new page inside context. Page page = context.newPage(); page.navigate("https://example.com"); // Dispose context once it is no longer needed. context.close();

Expected behavior

The browser opens in incognito mode

Actual behavior

The browser opens in non incognito mode

Additional context

Just check that in 1.42.0 version works like always

Environment

Operating System: Ubuntu 22.04
Browser: Chromium
Java: OpenJdk 11

@mxschmitt
Copy link
Member

Due to a Chromium change, it does not look like Incognito anymore but it is actually an incognito tab - do you experience issues with your page behaving different?

@mxschmitt
Copy link
Member

Closing as per above. Feel free to re-file if you still experience issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants