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 does this PR do? This PR adds support for the set window method specified on the BiDi implementation for the ruby bindings ### 🔧 Implementation Notes I...

C-rb
B-devtools

### Feature and motivation https://github.com/SeleniumHQ/selenium/blob/trunk/dotnet/src/webdriver/BiDi/EventArgs.cs Ideally all `*EventArgs` should be immutable. But from spec perspective, it is just a type, even regular type, which can be mutable. If we really...

C-dotnet
I-enhancement

### Description Let's see how confident we are about BiDi API. In general I like the applied approach, but with some concerns. - [ ] `driver.AsBiDiAsync()` extension method should be...

A-needs decision
I-enhancement

### **User description** ### 🔗 Related Issues Related to #10397 ### 💥 What does this PR do? changes to remove driver commands are the same as in the [commit](https://github.com/SeleniumHQ/selenium/commit/24a5741427640f92a48590e838b05d93da0a7196) also...

C-java
Review effort 2/5

### Description Steps to reproduce: - Download a published source distribution package from PyPI (i.e. `selenium-4.38.0.tar.gz` from https://pypi.org/project/selenium/#files) - Unarchive the tarball into a directory (i.e. `./selenium-4.38.0`) - Install it...

C-py
I-defect
OS-linux
A-needs-triaging

### **User description** ### Motivation and Context There were several places where some deprecated method calls were being used (some for internal project code, others for libraries). Where possible and...

Review effort 2/5

### **User description** ### 🔗 Related Issues partially fixes #14291 ### 💥 What does this PR do? same as #16024 ### 🔧 Implementation Notes This pull request introduces nullability annotations...

C-java
Review effort 2/5

### **User description** ### 🔗 Related Issues Fixes #15991 ### 💥 What does this PR do? Adds a null check to prevent a `NullPointerException` in `FirefoxOptions.merge()` when merging user-defined `moz:firefoxOptions`....

C-java
Review effort 2/5

### **User description** ### 🔗 Related Issues Starting PR for replacing Guava's Immutable Set, List, Map, SortSet and Primitives usage with Java 11 or other equivalent in the Grid. ###...

B-grid
C-java
Review effort 2/5

### **PR Type** Enhancement ___ ### **Description** - Update Bazel Java rules to latest versions - Upgrade contrib_rules_jvm from 0.27.0 to 0.30.0 - Upgrade rules_jvm_external from 6.8 to 6.9 -...

C-java
B-build
Review effort 3/5