Boni García

Results 17 issues of Boni García

**Operating System** Ubuntu 18.04.1 LTS **Docker Image** butomo1989/docker-android-x86-8.1:1.6-p0 **Docker Version** Docker version 17.05.0-ce, build 89658be **Docker Command to start docker-android** > docker run --rm -p 4444:4444 selenium/hub:3.141.59 ... and then:...

bug
help wanted

**Operating System** Ubuntu 18.04.2 LTS **Docker Image** `budtmo/docker-android-genymotion:1.7-p0`, `budtmo/docker-android-genymotion:1.7-p1`, and `budtmo/docker-android-genymotion:1.8-p0` **Docker Version** Client: Version: 17.05.0-ce API version: 1.29 Go version: go1.7.5 Git commit: 89658be Built: Thu May 4 22:10:54...

bug

**Operating System** Ubuntu 18.04.1 LTS **Docker Image** butomo1989/docker-android-x86-8.1:1.6-p0 **Docker Version** Docker version 17.05.0-ce, build 89658be **Docker Command to start docker-android** > docker run --rm --privileged -p 6080:6080 -p 4723:4723 -e...

bug
help wanted

## 🚀 Feature Proposal It would be amazing if we could pull the official selenium-docker images for the beta and development versions of the major browsers (i.e., Chrome, Firefox, and...

enhancement
help wanted

#### Summary It seems there is a bug resolving msedgedriver in Linux. #### Debug Info * Webdrivers version: 5.0.0 * Ruby version: 2.7.0p0 (2019-12-25 revision 647ee6f091) [x86_64-linux-gnu] * Operating system...

Hi, I used to run `chrome-mobile` from the command line as follows: ``` docker run --rm --cap-add=SYS_ADMIN -p 4444:4444 -p 5900:5900 -e ENABLE_VNC=true -e QTWEBENGINE_DISABLE_SANDBOX=1 --privileged selenoid/chrome-mobile:86.0 ``` Nevertheless, the...

I'm trying to record a browser in Docker container using the Aerokube images when in the browser some audio is being played (e.g., in a YouTube video or a WebRTC...

bug

It would be great if any time you release a new image tag for Chrome y Firefox, you also release another image with the next beta and dev versions for...

new-feature

### Description This PR unifies the logic of the "first script" page between the different binding languages. ### Motivation and Context At this moment, there are slight differences between the...

### Description This PR allows running the .Net tests on CI. For that, this commit does the following: * Change workflow setup to run tests * Fix some tests (e.g....