playwright-rust icon indicating copy to clipboard operation
playwright-rust copied to clipboard

Playwright port to Rust

Results 38 playwright-rust issues
Sort by recently updated
recently updated
newest added

Hi, I would like to use playwright with rust in my project. When searching, I found thks repository. But it seems that there hasnot been updated for a while. So,...

Was wondering if anyone has tried getting the to run on a Rust AWS Lambda function? The Node.js side has [ playwright-aws-lambda](https://github.com/JupiterOne/playwright-aws-lambda) to assist. It's currently failing for me because...

help wanted

Shouldn't it be `Page.type_builder`?

1.11.0

Is it possible to use the Network.webSocketFrameReceived cdp event? If yes, how could you use it?

1.11.0

# Description This is a small fix for handling request events. Request events come in through the BrowserContext object on the `subscribe_event()` function but the current rust code is expecting...

I have two calls to page.evaluate_on_selector, the first completes, but the second seems to have a problem. Changing the order doesn't matter, so it looks like the problem is with...

I see that for other languages using playwright it is possible to just provide an element and a filepath to perform file upload https://stackoverflow.com/questions/66132097/playwright-upload-files-from-non-input-element-that-cannot-be-used-page-setinpu But looking at the source for...

I guess the version of playwright will need to be updated to support it `Error: ERROR: Playwright does not support chromium on mac12-arm64`

1.11.0

I'm having this error while attempting to upload a file using set_input_files_builder(). I'm supplying a file and mime type but I'm receiving an error that files[0].mimeType is undefined, how could...

# Why? Changes made to address this issue https://github.com/octaltree/playwright-rust/issues/24 I also ran into a second issue half way through. The video file I was trying to upload would only partially...