playwright-rust
playwright-rust copied to clipboard
Playwright port to Rust
Run on docker alpine:3.7
I'm turning headless mode off while I debug, but all that is rendered is a black screen. When I run eval I see that the dom is there and can...
I started with [this issue ](https://github.com/octaltree/playwright-rust/issues/21) of a black browser display, then in an attempt to fix it I set up my dev environment on my new PC (also running...
Playwright fails to load any browser correctly if one has the following dependency in `Cargo.toml` ```toml serde_json = { version = "1.0.66", features = [ "arbitrary_precision" ] } ``` If...
Hi, It would be great, if you would publish some instructions about how to update this crate to the latest Playwright version, and how to contribute to this crate in...
Hello, is there a way to create an incognito window in playwright-rust? I see the comment https://github.com/octaltree/playwright-rust/blob/52c3bbdc00146046ddeec85866737856600f8f5b/src/api/browser_context.rs#L18 granted, I am not super familiar with playwright and still coming to terms...
```py class Request(AsyncBase): def redirected_to(self) -> typing.Optional["Request"]: # mutable def failure(self) -> typing.Optional[str]: # mutable def timing(self) -> ResourceTiming: # mutable class WebSocket(AsyncBase): def expect_event( # event timeout async def...
connect