octaltree / playwright-rust

Playwright port to Rust
298 stars 31 forks source link

Large file upload API implementation and Bug fix #37

Closed tmahmood closed 1 year ago

tmahmood commented 1 year ago

Hello @octaltree,

Implemented large file upload API, only works for local playwright instance. Also fixed a bug where multiple instances of playwright can not be spawned.

I have not added tests for these two here. But you can check the tests here: https://github.com/tmahmood/playwright_rs_test

Regards

octaltree commented 1 year ago

The confusing dev branch was removed because the diff was on 1.25. Instead, I created a develop branch for the current 1.11.

Please cherry-pick the diff and make pr based on master.