selenium
selenium copied to clipboard
A browser automation framework and ecosystem.
### **User description** ### 🔗 Related Issues Addresses Ruby portion of #16269 ### 💥 What does this PR do? * Creates config class for customizing everything currently customizable about Default...
### **User description** ### 💥 What does this PR do? Generates complete url pattern from a single filter parameter ### 🔧 Implementation Notes * Rename parameter to filters as a...
### **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...
### 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...
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_
### 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...
### 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...
### **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...
### **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...
### 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...