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
3
votes
1 answer

org.openqa.selenium.remote.UnreachableBrowserException: Error communicating with the remote browser. It may have died with ChromeDriver and Selenium

I'm running a bunch of test cases every hour using selenium-java 3.12.0; TestNG; Selenoid with docker, Jenkins. Sometimes (about 1 out of 10 cases) I get the error: org.openqa.selenium.remote.UnreachableBrowserException: Error communicating with…
3
votes
1 answer

WebDriverException: unknown error: unable to unzip 'file' when I attached file with russian name

My selenide test failed with WebDriverException: unknown error: unable to unzip 'file' when it tried to send and attach file with cyrillic name "золотыещенки.png" at Selenoid. unknown error: unable to unzip 'file' from unknown error: archive error:…
3
votes
1 answer

Using Firefox does not work with the Java-Client, Chrome works well

Using a java client I experienced an error if I was using the firefox capability. Chrome worked well though. In the telegram support chat I found out that my selenium client version was too old for using firefox 55-56 (client: 3.0.1). Updating to…
cloudnaut
  • 892
  • 2
  • 10
  • 32
3
votes
1 answer

Selenoid: recording video of a running session

I'm using Selenoid live browser screen functionality to debug my tests. What is the recommended way to capture browser screen video?
vania-pooh
  • 2,588
  • 3
  • 20
  • 39
2
votes
1 answer

Unhandled inspector error - {"code":-32000,"message":"Object reference chain is too long"} in selenoid

Selenoid version - 1.10.0 Chrome version - 85.0 Docker image - selenoid/vnc_chrome:81.0 Exception - org.openqa.selenium.WebDriverException: unknown error: unhandled inspector error: {"code":-32000,"message":"Object reference chain is too…
Manikandan
  • 21
  • 1
2
votes
0 answers

Context deadline exceeded

Selenoid is throwing context deadline exceeded after the tests runs for a while. Initially tests runs fine but somewhere after 15-20 mins, it starts throwing exceptions. Selenoid and Selenoid-ui is run using commands: ./selenoid -conf…
2
votes
1 answer

How to pass flags to mobile Chrome using Selenoid Docker images

I am trying to have Chrome launch without the "Welcome to Chrome" screen and can't seem to figure out the correct way to do so using Selenoid with the provided Android Docker images. I used the automate_android.sh to create the container image and…
weyenk
  • 21
  • 1
2
votes
2 answers

How to connect to Selenoid browser container with VNC?

I know what I can use Selenoid-UI to connect to running webdriver container using my browser. But is there any ability to connect to container using one of VNC clients?
Ivan Baranov
  • 27
  • 1
  • 5
1
vote
1 answer

Karate + Selenoid: how to get VNC working?

When trying to run the tests using Karate in Selenoid containers - it works, but I can't see what is going on there through the vnc container. When we use Selenoid without Karate we can set driver capabilities "enableVNC":"true" and everything is…
Dmitry
  • 73
  • 1
  • 4
1
vote
1 answer

How to add VM as node to containerized selenoid hub

How to add VM as node to containerized selenoid hub. we have servers with specific configuration setup. We wanted to add these VM servers as Chrome/IE agents to Selenoid Cluster. Could you please help us connecting the VMs as Chrome/IE agents to…
Rohan
  • 23
  • 2
1
vote
0 answers

Setting proxy to selenoid webdriver

I connect to a selenoid container with web driver from selenium import webdriver from selenium.webdriver.common.proxy import Proxy, ProxyType proxy = 'proxy address' link = '2ip.ru' capabilities = { "browserName": 'firefox', …
1
vote
0 answers

from unknown error: archive error: (unknown error: could not write file to temp dir), entry error: (unknown error: leftover data after zip entry)

I am running parallel scenarios on remote using selenoid but after some time and after some scenarios got passed, they fail because of following error while file upload. unknown error: unable to unzip 'file' from unknown error: archive error:…
1
vote
2 answers

In Selenium webdriver, for remote Firefox how to use OSS bridge instead of w3c bridge for handshaking

I am using selenoid for remote browser testing in ruby. In that I am using 'selenium-webdriver', 'capybara', 'rspec' for automation. And I am using attach_file method for uploading file to browser I want to upload file on Firefox and Chrome browser…
1
vote
1 answer

Failed when connecting: Connection closed (code: 1000)

As per above screenshot I'm getting VNC Disconnected. This is hosted on remote server using docker. This is "Docker in Docker implementation" this is my docker-compose file version: "3" networks: selenoid: external: name:…
AMendis
  • 880
  • 1
  • 6
  • 21
1
vote
1 answer

FAILED: chrome org.openqa.selenium.WebDriverException: An unknown error has occurred in **Selenoid**

Trying to run selenoid in my aws ec2 server java code:- @Test public void chrome() throws MalformedURLException{ DesiredCapabilities capabilities = new DesiredCapabilities(); capabilities.setBrowserName("chrome"); …
Ankur Singh
  • 1,139
  • 1
  • 5
  • 17
1
2 3 4 5 6