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

Browser install tool #2667

Open
WeihanLi opened this issue Jun 27, 2024 · 1 comment
Open

Browser install tool #2667

WeihanLi opened this issue Jun 27, 2024 · 1 comment

Comments

@WeihanLi
Copy link

Description

puppeteer provides @puppeteer/browsers to help install browsers, could we support similar functions with a dotnet tool, thoughts?

# Download the latest available Chrome for Testing binary corresponding to the Stable channel.
npx @puppeteer/browsers install chrome@stable

# Download a specific Chrome for Testing version.
npx @puppeteer/browsers install [email protected]

# Download the latest Chrome for Testing version for the given milestone.
npx @puppeteer/browsers install chrome@117

# Download the latest available ChromeDriver version corresponding to the Canary channel.
npx @puppeteer/browsers install chromedriver@canary

# Download a specific ChromeDriver version.
npx @puppeteer/browsers install [email protected]

Additional Information

@kblok
Copy link
Member

kblok commented Jun 27, 2024

That sounds like a good idea!

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