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

Move security configuration to the browser/connection target #2172

Open
OrKoN opened this issue Apr 26, 2024 · 0 comments
Open

Move security configuration to the browser/connection target #2172

OrKoN opened this issue Apr 26, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@OrKoN
Copy link
Collaborator

OrKoN commented Apr 26, 2024

Currently this code is done for each target

this.#cdpClient.sendCommand('Security.setIgnoreCertificateErrors', {
    ignore: this.#acceptInsecureCerts,
}),

Turns out it is is possible to configure it for the entire browser by setting it up on the browser target. This would more closely match the WebDriver capability.

@OrKoN OrKoN added the enhancement New feature or request label Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant