[Feature]: Get browser version detail with cli command
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 There is no CLI command for this. You can launch the browser though, take a look at our helper.
@amrita-shrestha There is no CLI command for this. You can launch the browser though, take a look at our helper.
thank you for the info but I need to check Playwright browser without installing it if possible
Why was this issue closed?
Thank you for your involvement. This issue was closed due to limited engagement (upvotes/activity), lack of recent activity, and insufficient actionability. To maintain a manageable database, we prioritize issues based on these factors.
If you disagree with this closure, please open a new issue and reference this one. More support or clarity on its necessity may prompt a review. Your understanding and cooperation are appreciated.