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 happened? Everything was working fine with Selenium Grid 3, but when we switched over to Selenium Grid 4 we started experiencing steps in our test cases sometimes taking...

C-grid
I-defect

### What happened? We have upgraded selenium-webdriver to 4.3.0 version, then we are not able to uses Select class. Selenium::WebDriver::Support::Select.new(webelement) NoMethodError: undefined method `element_dom_attribute' for nil:NilClass from /Users/**/.rvm/gems/ruby-2.7.4/gems/selenium-webdriver-4.3.0/lib/selenium/webdriver/common/element.rb:146:in `dom_attribute' ###...

I-defect
I-issue-template

### What happened? The way grid 3 set up was environment integ and pre-production will listen to port 5555 . Integ will listen to development server hub and pre-production in...

C-grid
I-defect
needs-triaging

### What happened? Java Bindings and the Grid are maintaining a lot of extra code in order to be backwards compatible with earlier versions of Selenium. **Except we don't have...

C-grid
C-java
I-defect

### Feature and motivation Did a comparative analysis of Actions class functionality between languages: https://www.selenium.dev/documentation/webdriver/actions_api/ #### Differences of note * Python & Ruby can change default durations for scrolling &...

C-py
C-rb
C-dotnet
C-java
I-enhancement

### What happened? When I deployed the latest selenium docker (30 nodes) in our VM, I found that the avaliable memory of VM become more and more less due to...

C-grid
R-awaiting answer
I-defect

### What happened? OpenQA.Selenium.WebDriverArgumentException: invalid argument: entry 0 of 'firstMatch' is invalid from invalid argument: cannot parse capability: ms:edgeOptions from invalid argument: unrecognized msedge option: excludeSwitches 在 OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse) 在...

C-dotnet
I-defect

### What happened? We had some issues with our system, this lead to an OutOfMemoryError error. This is nothing Selenium should try to handle and wrap into a SessionNotCreatedException or...

C-java
help wanted

### Feature and motivation Adding parameter for subpath configuration so inside container application can work on different path than root. I've tested rewrite rules on ingress and they do not...

C-grid
C-java
I-enhancement