selenium icon indicating copy to clipboard operation
selenium copied to clipboard

A browser automation framework and ecosystem.

Results 802 selenium issues
Sort by recently updated
recently updated
newest added

### What happened? The API documentation for the WebDriver classes is missing the methods that can be invoked on said classes (see for example https://www.selenium.dev/selenium/docs/api/py/webdriver_chrome/selenium.webdriver.chrome.webdriver.html). The API documentation is also...

C-py
I-defect
C-docs

### What happened? When click element in an iframe with padding-left or padding-top , the coordinate of the click is wrong. But I solved the problem on my own in...

D-IE
I-defect

### What happened? In Selenium v3, port probing choosed from a safe range of ephemeral ports that explicitly excluded the well-known range of ephemeral ports used by the OS for...

R-awaiting answer
C-java
I-defect

### Feature and motivation Ruby has a great [logging implementation](https://github.com/SeleniumHQ/selenium/blob/trunk/rb/lib/selenium/webdriver/common/logger.rb), that allows us to easily output warnings, deprecations and for users to toggle level to get things like [command path](https://github.com/SeleniumHQ/selenium/blob/trunk/rb/lib/selenium/webdriver/remote/bridge.rb#L624),...

C-py
C-dotnet
C-java
C-nodejs
I-enhancement

### What happened? When running on Grid, the logging endpoints return an error (all browsers except for Chrome). ``` org.openqa.selenium.UnsupportedCommandException: The command 'GET /session/167E1FE8-9D49-4B7A-94FB-D36B77AC51D1/se/log/types' was not found. ``` We should...

C-grid
I-defect

### Feature and motivation We're adding Type hints to Python & looking at TypeScript for JS, the equivalent for Ruby is to add rbs files. Ruby Selenium does a lot...

C-rb
I-enhancement
help wanted

### What happened? The standalone Grid Console in not opening in default URL after running successfully. The API Status is working fine. ![image](https://user-images.githubusercontent.com/54664081/184417391-00d870f3-ea0a-45cd-83ae-2e5b25306fc7.png) ### How can we reproduce the issue?...

C-grid
R-awaiting answer
C-java
I-defect

### Feature and motivation This is a large project, but should be a backwards compatible change. @harsha509 can you update this issue with more specific details about the value, and...

C-nodejs
I-enhancement
help wanted

### Feature and motivation W3C supports adding timeout values when starting a session, which isn't currently implemented in .NET The existing Timeout classes need to be subclassed or superclassed to...

C-dotnet
I-enhancement
help wanted

## 🚀 Feature Proposal An API for managing extensions is needed: 1. installation from AMO 2. switching on 3. switching off 4. switching availability in private mode 5. getting list...

I-enhancement
help wanted