feat(connectOverCDP): add noDefaults option#40185
feat(connectOverCDP): add noDefaults option#40185sidsarasvati wants to merge 1 commit intomicrosoft:mainfrom
Conversation
|
@microsoft-github-policy-service agree |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
Please rebase and we can merge it. |
a9464e6 to
6300979
Compare
Rebased onto main. Thanks! |
|
@microsoft-github-policy-service rerun |
|
@sidsarasvati please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
Test results for "MCP"2 failed 6042 passed, 976 skipped Merge workflow run. |
Test results for "tests 1"2 failed 3 flaky39183 passed, 847 skipped Merge workflow run. |
@sidsarasvati looks like the license/cla bot didn't catch your message, can you accept it again? |
Closes #40158
Adds a
noDefaultsoption toconnectOverCDPthat skips the default overrides Playwright applies to the attached browser. Whentrue, the default context will not receive:Browser.setDownloadBehaviorEmulation.setFocusEmulationEnabledEmulation.setEmulatedMediaNew contexts created via
browser.newContext()are not affected.