We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1.49.0
based on this example, I want to ignore the default value for "notifications", which is "allow". I want to have the chrome-default (which is "ask")
this is my code:
const context: BrowserContext = await chromium.launchPersistentContext('./lpc',{ ignoreDefaultArgs: ['--notifications'], headless: true, });
if I switch "headless" to false, everything works as expected and the value for "notifications" has "Ask (default)"
settings for "notifications" have the value "Ask (default)
settings for "notifications" have the value "Allow"
No response
System: OS: Ubuntu 22.04.5 LTS CPU: Ryzen pro 6850u (8) Binaries: Node: 20.17.0 npm: 10.8.2 playwright: @playwright/tests: 1.49.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version
1.49.0
Steps to reproduce
based on this example, I want to ignore the default value for "notifications", which is "allow". I want to have the chrome-default (which is "ask")
this is my code:
if I switch "headless" to false, everything works as expected and the value for "notifications" has "Ask (default)"
Expected behavior
settings for "notifications" have the value "Ask (default)
Actual behavior
settings for "notifications" have the value "Allow"
Additional context
No response
Environment
The text was updated successfully, but these errors were encountered: