audioXD

Results 6 comments of audioXD

So... you want something that works like this? In ElementQuery ```Rust pub async fn all_stream( self, ) -> WebDriverResult< impl futures::TryStream where 'handle: 'by, { use futures::stream::TryStreamExt; let mut set...

I thought that most libraries just use a proxy to intercept all those requests :p

@notdanilo I saw that the ~OP~ made a project seperate from thirtyfour, [chromiumoxide](https://github.com/DCjanus/chromiumoxide) made for `CDP`. To be honest it looks quite similar (but works only for chrome) EDIT: Yust...

Because there is a comment, noting that it was intentional.... ```Rust // Error returned by WebDriver. #[derive(Debug, Serialize)] pub struct WebDriver { /// Code of this error provided by WebDriver....

For me specificaly: `MoveTargetOutOfBounds`, `ElementNotInteractable`, `ElementClickIntercepted`, `ElementNotSelectable`, and `InvalidSelector`

Might I get more info why `NodeStamp` even is a `i16` internaly? Because of alignment and padding the size of NodeId is guaranteed to use 16 bytes which means we're...