selenium
selenium copied to clipboard
A browser automation framework and ecosystem.
### 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...
### 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' ###...
### 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...
### 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...
### 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 &...
### 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...
### 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) 在...
### 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...
### 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...