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

[Feature]: Get browser version detail with cli command #33726

Open
amrita-shrestha opened this issue Nov 22, 2024 · 1 comment
Open

[Feature]: Get browser version detail with cli command #33726

amrita-shrestha opened this issue Nov 22, 2024 · 1 comment

Comments

@amrita-shrestha
Copy link

Version

1.49.0

Steps to reproduce

I am trying to find the browser version (e.g., Chromium) that corresponds to the latest version of Playwright, but I cannot find any command that provides this information. I have tried using pnpm show playwright-chromium version, which returns 1.49.0, but this doesn't give the browser version bundled with Playwright itself.

Is there a documented way to retrieve the browser version for a specific Playwright version? Or is there currently no command available to fetch this information?

pnpm show playwright-chromium version
1.49.0

Expected behavior

Browser versions:
- Chromium 131.0.6778.33
Playwright version: 1.49.0

Actual behavior

I cannot find a way to retrieve the browser version bundled with the Playwright version.

Additional context

No response

Environment

OS: LINUX 22.04.03
@amrita-shrestha amrita-shrestha changed the title [Bug]: Get browser version detail with cli command [Feature]: Get browser version detail with cli command Nov 22, 2024
@dgozman
Copy link
Contributor

dgozman commented Nov 22, 2024

@amrita-shrestha There is no CLI command for this. You can launch the browser though, take a look at our helper.

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