-
Notifications
You must be signed in to change notification settings - Fork 938
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
[bug] "firefox" browser was not found. #477
Comments
That's unusual, we have bots testing it. Could you share more on your OS and Python version? I assume first line of your bug should have been
|
My OS is window 10 python 3.9. I try it on python 3.7 and 3.8 too but firefox still dont work!
Could you tell me how to debug it to get more report |
Could you try to add a |
@mxschmitt thank your reply..
My error log show when I add print(e):
|
Thanks thats helpful! @aslushnikov maybe Firefox is confused because there is a And in Python should be ensured, that such errors get displayed. |
Thanks @mxschmitt ! |
Hi, I had the same problem 2 days ago, happy to see your posts, after using the print(e), I have the C:\Users\ADMINI~1\AppData\ as you have above, could you help me how to add excutable_path, please? |
|
@Martyheavey |
Playwright has a new stable release so upgrade to it and try. $ pip install playwright -U |
I believe this is fixed now |
playwright playwright==1.8.0a1
playwright install
Run my script with firefox erro.. webkit and chrome still work
The text was updated successfully, but these errors were encountered: