selenium
selenium copied to clipboard
A browser automation framework and ecosystem.
### What happened? As part of [OpenWPM](https://github.com/openwpm/OpenWPM) we use Selenium to drive multiple Firefox browsers in parallel. To capture, enrich and redirect the browser's logging output, we use named pipes...
## 🚀 Feature Proposal WebDriverException's should include the IP of the Grid node which is actually executing the commands, along with the info about the host running the test (which...
## 🐛 Bug Report The class org.openqa.grid.selenium.GridLauncherV4 does not exist. This makes us unable to use the parameters "-proxy" and "-servlets". ## To Reproduce Detailed steps to reproduce the behavior:...
## 🚀 Feature Proposal Selenium 4 Dynamic Grid - get downloaded files from eg. /home/seluser/Downloads to your host path. It should be same as get video file when you have...
## 🚀 Feature Proposal Add HTTP/2 support to the `NettyServer` ## Motivation So we can serve traffic over http/2 This should be a small change to `SeleniumHttpInitializer`
### Description This PR disables the mypy checks that don't matter for a codebase that is only beginning to adopt type checks, in the hopes that flagrantly incorrect annotations such...
### Feature and motivation Last update was for Selenium 4 alpha ### Usage example This page should stay up to date: https://seleniumhq.github.io/selenium/docs/api/javascript/index.html
### Description - removed old-style class declaration - replaced format and %-calls with f-strings - updated super() calls - replaced OSError aliases - removed unnecessary __future__-imports - removed redundant open...
### What happened? Does Selenium still support to work on IME? Both request failed on Firefox and Chrome in local Windows browser. Get the background from a stackoverflow answer: https://stackoverflow.com/questions/26588441/what-exactly-does-ime-in-selenium-do...
### Feature and motivation Firefox Addon endpoint supports either `path` or `addon` parameter, with addon being a base64 encoded string of a compressed file, which can be either an xpi...