Questions tagged [selenoid]

Selenium Hub successor running browsers in Docker containers

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

86 questions
0
votes
1 answer

Use custom firefox browser version capability for geckodriver

I build selenoid docker images for firefox myself and have them configured in the browsers.json as follows: "firefox": { "default": "66.0", "versions": { "beta": { "image": "my/path/to/firefox:beta", "port": "4444" …
Carle B. Navy
  • 1,057
  • 10
  • 24
0
votes
1 answer

[selenoid][capybara][rails] Can we use selenoid with Rack App

In Rails when we use capybara with selenium then by default they run the rack server for our rails app and we can test it without running the actual app. So let me explain what does it mean: so when we configure capybara rspec and selenium for rails…
rahul mishra
  • 1,118
  • 8
  • 12
0
votes
2 answers

Selenoid Failed to start

I am absolutely new in selenoid Try to start selenoid using this command: ./cm selenoid start --vnc & get this error: root@ubuntu-s-1vcpu-1gb-fra1-01:~# ./cm selenoid start --vnc Using Docker - Your Docker API version is 1.38 Selenoid is…
0
votes
1 answer

Does selenoid has dashboard like zalenium? and which one is more recommended to use?

I am new to selenoid. On my linux system selenoid and selenoid-ui services are up and running. I am able to run test cases on selenoid also able to view videos and logs on http://:4444/video/ and http://:4444/logs/. Do we have a dashboard where we…
anuja tol
  • 13
  • 1
  • 6
0
votes
1 answer

Aerokube Selenoid on AWS ECS

Has anyone been able to configure selenoid on aws ecs ? I am able to run the selenoid-ui container but the selenoid hub image keeps throwing an error regarding the browsers.json however I have not been able to find a way to add the browsers.json…
0
votes
0 answers

WebDriverException: unknown error: unable to unzip 'file'

This question is similar to the one asked here but I'm not sure that the solution is. I'm getting this error when attaching a file called 'PDF_ùâàæ.pdf' using the latest image. unknown error: unable to unzip 'file' from unknown error: archive error:…
0
votes
1 answer

Selenoid: why can't I run specific browser version?

I have the following configuration file browsers.json: { "chrome": { "default": "69.0", "versions": { "60.0": { "image": "selenoid/chrome:60.0", "port": "4444", "path":…
president
  • 453
  • 1
  • 3
  • 14
0
votes
0 answers

Browser session never created when video recoding is enabled

I have a problem that all my browser sessions are "pending" when video recording enabled. After a while i just getting timeout exceptions. /status { "total": 11, "used": 0, "queued": 0, "pending": 2, "browsers": { …
Xotabu4
  • 2,927
  • 12
  • 27
-1
votes
0 answers

How to web scrape with selenoid and docker?

I am trying to login in account on some sites using selenium and i was doing it successfully, but now I started using selenoid and I have some troubles, so I basically can't login options =…
-1
votes
0 answers

Selenoid video recording, problem setting it up

i'm running Selenoid from a docker compose and it works great. What I would like is to have video recordings to help me debug. I've tried to follow the tutorial here: https://github.com/aerokube/selenoid/blob/master/docs/video.adoc I'm having…
santino98
  • 31
  • 5
-1
votes
0 answers

Basic Http Authentication SELENIUM + SELENOID + PYTEST

How can pass Basic Http Authentication with such a stack? Tried "selenium wire" but could not connect to selenoid Please tell me, thanks in advance
1 2 3 4 5
6