Titus Fortner

Results 167 issues of Titus Fortner

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

### Feature and motivation I don't think we have sufficient integration tests around our JWP implementation support. As we are looking to remove `makew3csafe()` I want to make sure the...

C-java
I-enhancement

### Feature and motivation opera driver has not been updated to support w3c, so we've agreed to remove those classes. ### Usage example Ruby deleted the classes for Selenium 3...

C-java
I-enhancement
help wanted

### Feature and motivation This is ApplicationCache, WebStorage, & LocationContext ### Usage example #10344

A-needs new owner
C-py
C-rb
C-dotnet
C-java
C-nodejs

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

### Feature and motivation @nickgaya added extensions in common directory https://github.com/seleniumhq/selenium/tree/trunk/common/extensions Would be nice for all languages to update to use these extensions in their test code. Usage example here:...

C-rb
C-dotnet
I-enhancement

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

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

In chapter [6. Protocol](https://w3c.github.io/webdriver/#x6-protocol), section [6.6 Errors](https://w3c.github.io/webdriver/#x6-6-errors): > The target for mouse interaction is not in the browser’s viewport and cannot be brought into that viewport. > I can make...

bug
Perform Actions