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
2 answers

Issue connection Selenoid GGR (Go Grid Router)

I am trying to run nightwatchjs test using selenoid ggr (Go Grid router) but I am getting the below error: - Connecting to un:pwd@ip_add on port 4444... POST http://un:pwd@ip_add:4444 /wd/hub/session - EAI_FAIL Error: getaddrinfo EAI_FAIL…
AkbarC
  • 1
  • 2
0
votes
1 answer

TearDown always falls in RemoteDriver if test fails before

If my test fails and a session on RemoteDriver ends before or element is not founded and the session on selenoid(RemoteDriver) ends my tearDown fails too. How can I check current session if it not fail and I can use driver.quit() and how I can avoid…
djkjlz
  • 45
  • 1
  • 8
0
votes
1 answer

How to run scripts on Selenoid browser

I have been trying to set up Selenoid for parallel testing purposes for my automation setup as I have hundreds of test cases to run. Here's what I have tried. 1) Installed Docker Desktop 2) Downloaded Selenoid containers using this command …
0
votes
1 answer

How can I record full test that contains several Selenoid sessions in one video?

I am using two instances of RemoteWebDriver in my test and running it under Selenoid. After doing this, video is not recording fully. Is it possible to record the full test when running multiple Selenoid sessions?
0
votes
0 answers

Got "You need to enable JavaScript to run this app." with ngix reverse proxy

I have nginx reverse proxy server { listen 80; server_name $APP_DOMAIN; try_files $uri/index.html $uri.html @backend @frontend @selenoid; location /seltest/ { proxy_http_version 1.1; proxy_set_header X-Forwarded-For…
0
votes
1 answer

digital ocean docker selenoid

I created a docker selenoid on digital oceon, i went to the link hub and create a chrome session but when i try to run my python script, the vnc of the session doesn't work ! from selenium import webdriver capabilities = { "browserName":…
0
votes
0 answers

Not able to see any recorded video under http://myselenoid-host.example.com:4444/video/ in selenoid

I'm not getting any video list under http://myselenoid-host.example.com:4444/video/ But I can see video recorded inside the video folder using the terminal. tried this as well:-…
Ankur Singh
  • 1,239
  • 1
  • 8
  • 18
0
votes
2 answers

Expose application running on host port to Selenoid

I'm running a Selenoid application test automation script, and would like to run this script against a local application. However, I can't find how to expose my local application (running on port 8787) to Selenoid. I found the following thread…
Simon Baars
  • 1,877
  • 21
  • 38
0
votes
1 answer

Is there any way to change the default port of selenoid-ui from 8080 to other ports

Is there any way we can change default port os selenoid-ui from 8080 to some other port? I've tried as below in yml file but no success. With this configuration selenoid-ui neither works with 8080 nor 8181, selenoid-ui: image:…
0
votes
0 answers

Selenoid - Unable to create browser session

I have deployed selenoid on gcp and am able to connect to selenoid UI but I cannot create a session using http://:4444/hub/wd and it gives timeout error. I am also getting timeout error when I request http://:4444/status. Any ideas on…
0
votes
1 answer

Selenium C# Chromedriver download file on TeamCity

I am automating downloading and then reading a pdf through ITextSharp. This works perfectly when run locally, no issues. When run in CI is where issues occur, I believe the file is not downloading. The way I am executing the download is by…
JayDee
  • 45
  • 8
0
votes
1 answer

Has anyone or selenoid itself handles failing node in the cluster during a test execution?

We have been runnning the selenoid cluster on Ec2 Spot instances and sometimes they are deleted. The test fails. Any recommended strategy to not be in this situation other than not using spot?
Aditya
  • 21
  • 1
  • 8
0
votes
1 answer

Protractor W3C capability

I am using Protractor with Selenoid. I need to use the dockerized Windows images so that I can test Internet Explorer and Edge from Linux boxes. I was able to make it work from curl by running: curl -X POST http://127.0.0.1:4444/wd/hub/session -d…
0
votes
2 answers

Selenoid-ui dashboard doesn't show the old sessions data

DESCRIPTION While running test cases using selenoid, the selenoi-ui olny shows the current sessions. As soon as the sessions are completed, it removes sessions data from dashboard. QUESTION Is there any way to show old run results in dashboard?
Ani Saghatelyan
  • 71
  • 1
  • 1
  • 4
0
votes
0 answers

Unable to launch Selenium tests on Chrome container in Selenoid using Webdriver Manager

I am using Webdriver manager to instantiate my drivers. I am launching tests cases on Chrome in an Ubuntu OS installed in a VirtualBox with Windows as a host machine. However, of late, when I launch my test case, it opens the url in chrome, stays…
automaticien
  • 153
  • 5
  • 14
1 2 3
8
9