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? 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...

C-py
I-defect

## 🚀 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...

C-grid
R-awaiting answer
C-java
I-enhancement

## 🐛 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:...

C-grid
C-java
I-enhancement

## 🚀 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...

C-grid
C-java
help wanted

## 🚀 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`

C-grid
C-java
help wanted

### 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...

C-py

### 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

C-nodejs
C-docs
help wanted

### 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...

C-py

### 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...

R-awaiting answer
A-needs decision
I-defect

### 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...

C-rb
C-dotnet
I-enhancement