🚀 Feature Request
I want to be able to install playwright browsers without needing a project and browsing into it's bin files after build.
Example
I suggest a similar method as is implemented for the npm package:
dnx -y Microsoft.Playwright install
Motivation
I want to use playwright in single file executables like dotnet run app.cs, however that requires a method to be able to install the browsers without a project.