-
Notifications
You must be signed in to change notification settings - Fork 39
1.32 dev #49
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
base: 1.25
Are you sure you want to change the base?
1.32 dev #49
Conversation
… the deserializer. Adding serde default to the `params` field resolves that
1. Load 2. DOMContentLoaded 3. Request 4. Response
Small changes to make the tests run (Not all tests are passing)
Added mime_type
…sting file upload api. Which works upto 100MB Will not work for remote playwright server. We can continue work on it later
# Conflicts: # scripts/Makefile # scripts/src/api.rs # scripts/src/generate_api.rs # src/imp/playwright.rs # src/protocol/generated.rs
ConsoleMessage structure was changed, which caused playwright to fail if there was any console messages.
Updated files required to update protocol Fixed issue with press Updated to latest 1.25 and fixed issue with not being able to spawn multiple playwright instances
…` panicked as browser is None. Now checking if browser is actually set.
ConsoleMessage structure was changed, which caused playwright to fail if there was any console messages.
Hi @tmahmood, First of all, thank you so much for your work on updating I'm thinking about porting my current (1) I'm wondering if you intend to continue to (help to) maintain this crate (it wouldn't make sense, to switch to If I remember correctly, @octaltree isn't using (2) Because you probably have a good understanding now, regarding how I tried a few times to get (So far I've tried to update I think, with such documentation it would be much easier for other interested people (to which I count myself) to contribute to Thanks again, for your work! |
Hey, @d4h0 , Glad to be of help 🙂 I can get some documentation up for upgrading. And I'll try to keep it uptodate regularly. But not sure how long I can continue |
Thanks, @tmahmood, that sounds great! |
Hey @octaltree
I have updated playwright-rust to version 1.32-beta, and all the tests are passing, and I have not faced any issues in regular usages.
Additionally, I have replaced Mutex/MutexGuard with
parking_lot
Please review and merge.
Thanks :-)