selenium
selenium copied to clipboard
A browser automation framework and ecosystem.
### 💥 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...
### 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...
### 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...
### **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...
### 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...
### **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...
### **User description** ### 🔗 Related Issues partially fixes #14291 ### 💥 What does this PR do? same as #16024 ### 🔧 Implementation Notes This pull request introduces nullability annotations...
### **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`....
### **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. ###...
### **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 -...