selenium
selenium copied to clipboard
A browser automation framework and ecosystem.
### **User description** ### π Related Issues Related to #16161 ### π₯ What does this PR do? This PR pulls in the tests from the upstream `HyperionGray/python-chrome-devtools-protocol` repo that we...
### **User description** **DON'T MERGE UNTIL #15755 IS COMPLETE!!!** (it will probably fail CI until then) ---- ### π Related Issues This implements the Python portion of #15754 This corresponds...
**WIP - DO NOT MERGE** ### π Related Issues #15801 ### π₯ What does this PR do? Work is being done towards supporting ARM binaries for Selenium Manager (see: #15801,...
### π₯ What does this PR do? Refactoring to 17 java style ### π Types of changes - Cleanup (formatting, renaming) ___ ### **PR Type** Enhancement ___ ### **Description** -...
### **User description** This includes an internal language version bump, as well as some polyfill files. In exchange, we can use modern C# methods across all TFMs. ### π Related...
### **User description** It is considered standard practice to implement `IEquatable` when overriding `bool Equals(object)`. - This gives users/IntelliSense knowledge that this type has meaningful equality. - There are analyzer...
### **User description** ### π Related Issues ### π₯ What does this PR do? Adds support for `set_network_conditions` command in the emulation module - https://w3c.github.io/webdriver-bidi/#command-emulation-setNetworkConditions ### π§ Implementation Notes ###...
### Description ### What I saw: Due to a recent change in the JSON module, which is a dependency, when a non UTF-8 value reaches Selenium::WebDriver::Remote::Http::Common then a warning is...
### Description - after loading the page i am trying to click on a login link - β i expect it to click - β getting the following exception ```java REST API...
### **User description** ### π Related Issues https://github.com/SeleniumHQ/selenium/issues/15801 ### π₯ What does this PR do? This PR ensures that the Selenium Manager test suite passes on Linux arm64, and enables...