You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Closing as part of the triage process since it seemed stale. Please create a new issue with a detailed reproducible or feature request if you still face issues.
Version
1.49.1 and others
Steps to reproduce
Installation Issue Report: Playwright
Steps to Reproduce
Install Playwright using the following command:
Attempt to install the necessary browsers using:
Run a sample Python script using Playwright.
Convert the
.py
file into an.exe
file using PyInstaller or a similar tool.Execute the generated
.exe
file.An error appears stating that Playwright is not installed and suggests running:
Expected behavior
Expected Behavior
playwright install
should install the required browser binaries and provide feedback..exe
file should execute without requiring additional installations.Actual behavior
Actual Behavior
playwright install
does not display any output or install the required components..exe
file fails to run due to missing Playwright dependencies and prompts for installation.Additional Notes
.exe
.Would appreciate any insights or solutions to resolve this issue.
Thank you!
Additional context
No response
Environment
The text was updated successfully, but these errors were encountered: