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

Add support for msedge channels #8259

Closed
Meir017 opened this issue Apr 21, 2022 · 1 comment
Closed

Add support for msedge channels #8259

Meir017 opened this issue Apr 21, 2022 · 1 comment
Labels

Comments

@Meir017
Copy link
Contributor

Meir017 commented Apr 21, 2022

Follow-up on #7389.

similar to playwright's ability to use specific edge executables.

the ability to launch msedge:

await puppeteer.launch({
    channel: 'msedge'
});

see https://github.com/microsoft/playwright/blob/main/packages/playwright-core/src/server/registry/index.ts

@jrandolf
Copy link
Contributor

jrandolf commented Jun 9, 2022

This is not feasible since we cannot guarantee the msedge version uses the same upstream version of chromium. In particular, if we used any random latest version, we could not guarantee Puppeteer will work (hence we will get bug reports out of our control).

@jrandolf jrandolf closed this as completed Jun 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants