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

### Feature and motivation I'm aware that the current policy at Selenium is to distribute non-strong-named assemblies via NuGet and to make strong-named assemblies available only via a download site...

C-dotnet
I-enhancement

## 🐛 Bug Report It seems that the 4.0.0 release on pypi includes only wheels but missed the .tar.gz archive needed to build from source. ## To Reproduce Visit https://pypi.org/project/selenium/#files...

C-py
C-build

### What happened? Getting an error in case of RemoteWebDriver using HasAuthentication. ### How can we reproduce the issue? ```shell Project: Maven Runner: TestNG src/main/java folder: public class DriverMobile {...

C-java
I-defect

### Description This change allows users to specify how they want to open their log file with a fallback to `a+` if nothing else is specified ### Motivation and Context...

C-py

### What happened? I'm not sure if this is a Selenium or a Marionette issue. After multiple starts with local addon file installs I ran out of disk space and...

C-py
I-defect

**Edit**: 2020-06-11 – ⚠️ This initial comment is not correct. I misunderstood the GeckoDriver API. I was looking at stale source code. 😓 With new knowledge and some guidance from...

C-dotnet
C-nodejs

### What happened? 2 points. 1. As commit message mentioned, Selenium Deprecated Opera Support by non-W3C support [[java] Add deprecated warnings to OperaDriver and OperaOptions](https://github.com/seleniumhq/selenium/commit/b3f9d377d04dcefb5bfbc6fbdaffccf946bfedda) But as below code, Opera...

I-defect

### What happened? The InvalidSelectorException in Java derives from NoSuchElementException, a FluentWait will retry until the timeout is reached. The InvalidSelectorException in C# derives from NoSuchElementException, a WebDriverWait will retry...

I-defect

### Feature and motivation Currently `Select` methods work even the `option` is disabled. Or `select` is disabled. I suggest these `selectByFoo` methods should throw an exception. ### Usage example ```java...

I-enhancement

### Feature and motivation With the move to w3c, the previous Touch Actions API was made obsolete. For single finger interactions, a user can set the pointer input "type" to...

I-enhancement
R-help wanted