-
Cypress has spent a few weeks on prepping our firefox automation to cut over from CDP to BiDi. There was some precursor work to do this, such as moving to [geckodriver](https://github.com/cypress-io/c…
-
https://github.com/minkphp/webdriver-classic-driver/blob/61b12d05f4185a1f9d0676fc66d559c1e435a97a/src/WebdriverClassicDriver.php#L801
☝️ That condition means that we cannot overwrite capabilities by …
-
### What would you like?
With the implementation of #30219 finished, I would like to connect the newly written BiDi client to Firefox to replace CDP and Classic Webdriver for Firefox versions 130 a…
-
Hi, I'm trying to use the crawler, but it failed with an error. In particular, the error comes out on this line of code:
```python
def launchBrowser(self):
""" """
# setup sele…
-
### What happened?
Error received was:
selenium.common.exceptions.SeleniumManagerException: Message: /usr/lib/python3/dist-packages/selenium/webdriver/common/linux/selenium-manager is missing. Plea…
-
### What happened?
Expected Behavior -
Firefox run withprovided profile
Actual Behavior -
Firefox is not running
### How can we reproduce the issue?
```python
from selenium import webdr…
-
### What happened?
Trying to use the new BiDi feature to get browser console logs/errors with Firefox. However, with certain types (not sure the exact cause of this) of js error, a `stackTrace` objec…
-
I've followed the new developer guide. When I run `docs-build` I see
```bash
Used existing FileDownload thumbnail
getting thumbnail code for /home/jovyan/repos/private/panel/examples/reference/wi…
-
So, I began testing Doc Detective with our product, and have hit a hang that seem to happen with screenshots using the cropping feature. I'm running on MacOS, talking to an instance of our product's …
-
for some reason python cant find firefox installation path when i use undetected_geckodriver
it works just fine with "from selenium import webdriver" command i add my code and output as a picture
…