seleniumhq.github.io icon indicating copy to clipboard operation
seleniumhq.github.io copied to clipboard

Official Selenium website and documentation

Results 201 seleniumhq.github.io issues
Sort by recently updated
recently updated
newest added

### What happened? At https://www.selenium.dev/documentation/webdriver/bidirectional/bidi_api/ The python version for the example `Listen to console.log events` uses the Log class directly. The source code at https://github.com/SeleniumHQ/selenium/blob/9de853d91adeca219d8230fe73ca7e579f769999/py/selenium/webdriver/common/log.py Specifies `This class is not...

bug
code-python
C-py

### What happened? Clicking on python tab does not change code from java to python ### What browsers and operating systems are you seeing the problem on? not matter what...

bug
waiting-answer

### What happened? **Steps:** 1.Navigate to https://www.selenium.dev/documentation/webdriver/actions_api/mouse/ 2.Click on Javascript tab for any mouse event . **Actual Result:** Sample javascript code is missing **Expected Result:** Sample Javascript code should be...

bug
waiting-answer

### What happened? On the [Install browser drivers page](https://www.selenium.dev/documentation/webdriver/getting_started/install_drivers/) text there is a reference for the [driver configuration page](https://www.selenium.dev/documentation/webdriver/drivers/), which has only a single line and a reference back to...

bug

**Thanks for contributing to the Selenium site and documentation!** **A PR well described will help maintainers to quickly review and merge it** Before submitting your PR, please check our [contributing](https://selenium.dev/documentation/en/contributing/)...

### Feature and motivation can you please add python examples to all bidi API use cases you have shown? and would you show a full implementation or direct to a...

code-python
C-py

### Feature and motivation Two kinds of proposals here. 1. How to figure out the difference between BiDi and CDP ? As Firefox involved recently, it should be not in...

bug

### Feature and motivation Wanted to try this out, but there is not enough info to get this working outside of the --trace logging to the console. Easy to get...

bug

### What happened? In [this webpage](https://www.selenium.dev/documentation/webdriver/getting_started/install_drivers/) there is written: ``` service = Service(executable_path=ChromeDriverManager().install()) ``` But the argument to `Service.__init__`, as also described in the [documentation](https://www.selenium.dev/selenium/docs/api/py/webdriver/selenium.webdriver.common.service.html?highlight=service#module-selenium.webdriver.common.service), seems to be `executable`, not...

waiting-answer

### What happened? Documentation for Python in 'Override Device Mode' section missing: https://www.selenium.dev/documentation/webdriver/bidirectional/chrome_devtools/#override-device-mode Are dev tools protocol not available for Python? https://chromedevtools.github.io/devtools-protocol/tot/Emulation/#method-setDeviceMetricsOverride ### What browsers and operating systems are you...

bug
code-python
C-py