-
Notifications
You must be signed in to change notification settings - Fork 38
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
Startup error with Firefox #39
Comments
I switched to java to see if the issue was present there as well. Using
Updating to |
master and dev branches are not compatible. The dev branch is in active development, so please use the one released as 0.0.20. I want to know what it means firefox-1250 doesn't work with java client, please try here.
Also, any minimal code that doesn't work is welcome. |
output from
The code I've been testing with is
I wanted to know if this issue was part of this rust port, or a general issue with
and when using an older playwright-java version (1.11.0) that matches the firefox version (firefox-1250) the same issue occurs (see my previous comment for output), but with newer version (playwright-java & firefox) the issue goes away. This leads me to believe that once playwright-rust updates the dependency it will start working again. I would also guess that this issue is specific to my own os setup, but I haven't tried to confirm that. |
I tested this again with the 1.25 branch and it worked without issues this time. I'm aware it's a work in progress, but at least it gives me a work around without having to write a replacement myself. |
I'm not sure of what changed to introduce this issue, and it may just be my own box.
Firefox started throwing this error on startup: "Gah. Your tab just crashed." The same code was working this last week.
playwright-rust: 0.0.20
playwright binary: ms-playwright/firefox-1250
firefox: 89.0b6
os: arch linux
Chromium appears to work, but sadly is not an option for my use case.
I've tried deleting the playwright cache and re-downloading but the issue remains.
When I tried the dev branch it failed with
Error: Arc(Serde(Error("missing field `utils`", line: 0, column: 0)))
.The text was updated successfully, but these errors were encountered: