-
### Feature and motivation
Currently, collapsed log groups' labels cannot be retrieved from the browser logs via functions like `driver.get_log("browser")`.
For example, if my I log the following…
-
Feature and motivation
Just like in puppeteer, a `WaitForNavigation` method would be really useful because currently there's no way to wait for navigation and know when a page has been fully loaded.
…
ghost updated
2 years ago
-
With the current steps to run for values of type `number` there is no possibility to actually deserialize `NaN`:
https://w3c.github.io/webdriver-bidi/#deserialize-primitive-protocol-value
```
1…
-
### What happened?
I try to access a url that needs a corporate proxy with authentication in order to be accessed.
Chrome seems to go through proxy, but I get the authentication prompt to input the …
-
## 🐛 Bug Report
The Java Bidi APIs example doesn't work because it is implemented with Firefox and FirefoxDriver doesn't implement the HasLogEvents interface.
Happy to submit a PR for this issue.
…
-
### Before opening, please confirm:
- [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-am…
-
### What happened?
I'm using a WebSocket proxy between Selenium Jar and client script for the BiDi connection. When I use `ws` protocol, i.e. `"se:cdp": "ws:///session//se/cdp"`, the [example scrip…
-
### Feature and motivation
Just like in puppeteer, a WaitForNavigation method would be really useful because currently there's no way to wait for navigation and know when a page has been fully loaded…
ghost updated
2 years ago
-
The way the spec is set up at the moment, it's not possible to have a WebSocket connection without a session. So the session status command doesn't make sense because it's always going to say yes ther…
-
https://www.selenium.dev/documentation/webdriver/bidi_apis/
* Register Basic Auth
Python(selenium) has no `driver.register()` --- this is bug?
* Mutation Observation
```py
from selenium…