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

### **User description** ### 🔗 Related Issues Addresses Ruby portion of #16269 ### 💥 What does this PR do? * Creates config class for customizing everything currently customizable about Default...

C-rb
Review effort 3/5

### **User description** ### 💥 What does this PR do? Generates complete url pattern from a single filter parameter ### 🔧 Implementation Notes * Rename parameter to filters as a...

C-rb
B-devtools
Review effort 2/5

### **User description** I created a Struct subclass before that does not do what I thought it would do, so to start with, this is the fix for that. The...

C-rb
B-devtools
Review effort 2/5

### Description When I want to fill in a password input field with the value "test" I get the following error: `Selenium::WebDriver::Error::WebDriverError: You are trying to upload something that isn't...

J-awaiting answer
C-rb
I-defect
I-regression
D-chrome
OS-mac
A-needs-triaging

We are missing `script.RemoteReference` type (https://w3c.github.io/webdriver-bidi/#type-script-LocalValue) _Originally posted by @nvborisenko in https://github.com/SeleniumHQ/selenium/pull/15532#discussion_r2040656546_

C-dotnet

### Description ## Feature Request: Improve `WebDriverWait` TimeoutException Message with Detailed Context ### Context Given that WebDriverWait` is heavily relied upon for synchronisation and a wait condition fails, the resulting...

I-enhancement
A-needs-triaging
B-support

### Description It would be possible to add the list of elements ? ``` class AbstractEventListener: def after_find(self, by, value, elements, driver) -> None: ``` ### Have you considered any...

C-py
I-enhancement
A-needs-triaging

### **User description** Follow-up on https://github.com/SeleniumHQ/selenium/commit/4c0eb7f2e5bc5161b67c724feb7cab6fe33624c2#r171146028 ### 🔗 Related Issues ### 💥 What does this PR do? ### 🔧 Implementation Notes ### 💡 Additional Considerations ### 🔄 Types of changes...

C-dotnet
B-build
Review effort 3/5

### **User description** ### 🔗 Related Issues relates to #16282 ### 💥 What does this PR do? This pull request introduces support for advanced HTTP and WebSocket configuration in all...

C-py
Review effort 2/5

### Description When you call `driver.get()` or `driver.browsing_context.navigate()`), it attempts to navigate to a URL, even if the URL is malformed. Browsers don't handle this very well. For example... if...

C-py
I-enhancement