Questions tagged [selenoid]

Selenium Hub successor running browsers in Docker containers

Selenium Hub successor running browsers in Docker containers https://aerokube.com/selenoid/latest/

134 questions
0
votes
1 answer

Running Selenoid on Jenkins Docker image

I have Jenkins installed in Docker container by the following guideline https://www.jenkins.io/doc/book/installing/docker/ I am also trying to install Selenoid image in Jenkins using the pipeline pipeline { agent any stages { …
Sundel
  • 1
  • 1
0
votes
0 answers

Selenium Selenoid File Server not running in Browser Container

selenium is unable to download any files from the browsers due to a 502 error on my coworkers machine, none of my other coworkers are seeing the issue, just this one dude. We are using Firefox. After looking at the Selenoid code a bit I learned that…
Ryan Nygard
  • 200
  • 8
0
votes
0 answers

OpenQA.Selenium.WebDriverException : Unexpected error. 401 Unauthorized while connecting to selenoid+ggr

I am using selenoid+ ggr , most of the time it worked well but suddenly I start getting OpenQA.Selenium.WebDriverException : Unexpected error. 401 Unauthorized In past this error has resolved it self. but not this time. I have restarted my Ggr…
smiles
  • 221
  • 1
  • 4
  • 19
0
votes
1 answer

Can't start simultaneous tests in Selenoid

I'm working at mac with Apple M1 chip. Images: aerokube/selenoid:1.10.8 selenoid/firefox:105.0 I'm starting selenoid through ./cm selenoid start — vnc and selenoid-ui ./cm selenoid-ui start If I'm running just one test from my project then…
Igor Vlasuyk
  • 514
  • 2
  • 10
  • 22
0
votes
1 answer

GGR: Users file "/etc/grid-router/users.htpasswd" does not exist

path picture I'd like to know a reason of the following error on Mac: Docker ggr logs: 2022/11/01 00:02:12 [-] [-] [INIT] [-] [-] [-] [-] [-] [-] [Users file is "/etc/grid-router/users.htpasswd"] 2022/11/01 00:02:12 [-] [-] [INIT] [-] [-] [-] [-]…
lovushka
  • 5
  • 3
0
votes
1 answer

How can I check downloaded files with Selenoid?

I'm running some java selenium tests on hosted Selenoid hub and I have to download some files during these tests. How can I check these files during the tests?
Yashmerino
  • 121
  • 9
0
votes
1 answer

How to run selenium tests on Safari using Selenoid?

I'd like to ask, maybe somebody had experience with running automation tests on Safari (there are some strict limitations for Windows and Linux machines). One approach that I detected - it's Selenoid (but when run it, I get: " Could not start a new…
0
votes
1 answer

Using traefik as a reverse proxy in front of selenoid

Im trying to setup a stand-alone server, running selenoid with traefik in front, to get both https and basic-auth capabilities. I'm able to get everything running, but I get this error every time I try to use the browser: [SERVICE_STARTUP_FAILED]…
Tomas Jacobsen
  • 2,368
  • 6
  • 37
  • 81
0
votes
0 answers

podman on macOS build selenoid but failed with permission issue

I'm setting up the selenoid on macOS with podman instead of docker.Below issue happened when connect to the sock. Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Post…
LeonLee
  • 13
  • 4
0
votes
1 answer

How to set chrome options for aerokube moon on C#

I am trying to run my selenium tests on aerokube moon I can see moon ui at http://moon.aerokube.local/ with default configuration. taking reference from java example project on their github I have setup moon capabilities as Dictionary
smiles
  • 221
  • 1
  • 4
  • 19
0
votes
1 answer

How can I specify Selenoid server for Cypress runs?

I'm trying to utilize an existing Selenoid farm to run Cypress tests, found no relevant docs so far. Is there any easy way to specify remote browser/browser farm URL in Cypress tests/configuration?
Alex.K
  • 234
  • 4
  • 12
0
votes
1 answer

Selenoid is not executing 5 (default) test cases in parellel

I am doing a POC for Setting up selenoid +ggr on 1 machine I have ggr and on other machine I have selenoid my selenoid setup on machine has 5 instance available but when I execute the tests I can see only 2 tests are running. in anther project…
smiles
  • 221
  • 1
  • 4
  • 19
0
votes
1 answer

InvalidArgumentException When using Selenoid WebDriver.Remote

I'm trying to setup my selenium test suite to use Firefox, I'm using selenoid to dockorize the browser for testing. From my understanding I'm doing everything correctly but I'm getting an InvalidArgumentException. Here is where I'm defining the…
Ryan Nygard
  • 200
  • 8
0
votes
0 answers

Selenoid browser session not getting created

I have successfully installed Selenoid on my Mac and can view the ui, but when I try run the tests I get "Requested environment is not available" error and I even can't create the sessions manually ui screenshot I have the browsers.json file in…
NeginM
  • 1
  • 1
0
votes
1 answer

Selenoid UI is not getting launched on 8081 port when I am creating infrastructure through docker-compose.yml file

docker-compose.yml file version: '3' services: selenoid: image: "aerokube/selenoid:latest" container_name: selenoid ports: - "4444:4444" networks: - selenoid volumes: - ".:/etc/selenoid" -…
1 2 3
8 9