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

How to access selenoid ui using selenoid?

Actually, I am trying to create new google profile in selenoid session and one of the ways that I found out is to use vnc to click some buttons that selenium can`t. But when I am trying to get localhost:8080 the page doesn`t load. So, what should I…
r1dddy4sv
  • 13
  • 2
0
votes
1 answer

PyAutoGUI with Selenium remote?

I am using Selenoid (or just selenium remote) with python and want to use pyautogui with it. Is there any ways to do that? I will be thankfull for any information!
0
votes
1 answer

Getting error on attempt to work with ggr+selenoid: ECONNREFUSED 127.0.0.1:443

for my own ggr+selenoid cluster (https://test:123456@selenoid.my.server.com:443/wd/hub/session) . Creating session with curl works fine. It seems like issue https - it tries connect to localhost:443, but throws error for my ggr url WebdriverIO…
Xotabu4
  • 3,063
  • 17
  • 29
0
votes
1 answer

Failed to start selenoid

I have downloaded wsl2 and curl on my Windows 10, then downloaded docker with this command: curl -fsSL https://get.docker.com | sudo bash -s next step I started docker deamon with: dockerd, installed selenium.exe from official page and tried this…
0
votes
1 answer

How to install docker to configure selenoid on windows?

I have created an app, that use selenoid, to use it you need docker and wsl I am interested in the easiet way to download docker, that can be done automaticly, using code, so users won`t need to install it by themselves And it is not docker desktop,…
rdy4sv
  • 1
  • 2
0
votes
1 answer

Is it possible to run selenium RC tests with selenoid?

Trying to fully move to selenoid, but we still have some legacy RC tests.
0
votes
1 answer

How to set selenoid address in selenoid ui via configuration manager

I have selenoid running on port 4450. I need to setup selenoid ui with port of selenoid set to 4450 via configuration manager. How can I do this ? Tried the following but did not work cm.exe selenoid-ui start --args "--selenoid-uri…
CVA
  • 1,477
  • 1
  • 14
  • 23
0
votes
1 answer

Selenide Remote browser config for Gradle Test

I am preparing my project to be able to start under Bitbucket + Jenkins. I need to run Selenide solution with Remote Selenium Server (like Selenoid) If I do a basic setup of the Configuration in TestBase Class like: public void beforeTest(){ …
harmider
  • 373
  • 6
  • 18
0
votes
1 answer

How to configure selenoid to use a specific version of selenoid/video-recorder to be used to record session

is there any way to mention which version of selenoid/video-recorder should be used while selenoid is started? either in docker-compose.yml or command line? I get following error, due to the docker pull limit issue, so I need to mention the specific…
rmz
  • 31
  • 2
0
votes
4 answers

Explanation of Selenium "Session timed out or not found"

This "Session timed out or not found" error has been a curse on my existence. Often it has ended-up being symptomatic of something else, but I'm currently using Selenium with Chromium (by way of Selenoid) in eight different places, and it works…
Dustin Oprea
  • 9,673
  • 13
  • 65
  • 105
0
votes
1 answer

How can we run Selenium tests on selenoid in jmeter?

I am using Selenoid in place of the Selenium grid. I have used Remote Driver Config in my Jmeter, but I am not able to debug a failure in the script. How can I provide additional capabilities such as enableVideo, enableVNC, and enable logs for…
JKC
  • 47
  • 8
0
votes
0 answers

How to create tests for kana (katakana/hiragana) using selenoid?

We want to write e2e tests for the Katakana method using Selenoid. But how we can realize it? There is should be exactly Latin input that converts into Katakana/Hiragana symbols. Is there anybody here who has ideas or experiences about it?
diffurchik
  • 21
  • 3
0
votes
0 answers

Session timed out or not found while executing test in Selenoid using GitHub Actions

When running a test in GitHub Actions throws an error. Can't figure out what the problem is. Help is needed. My test import time from selenium import webdriver from selenium.webdriver.common.desired_capabilities import DesiredCapabilities driver =…
0
votes
2 answers

Selenoid Docker ssl certificates

I am trying to add ssl certificates to my container. Is there any specific location to add these certificates for example /etc/selenoid? Because the certificates are not being recognized. Tried using the --volume command docker run --volume…
Balachander
  • 430
  • 1
  • 3
  • 15
0
votes
1 answer

Why my bot.py code using selenoid isn't running on ubuntu server when I close my ssh bash window?

I have set up on local machine an ubuntu server on which I run bot.py code using ssh bash terminal. My bot.py get's url from my contacts and visits webpages using docker and selenoid. I have set up docker and selenoid and they work well. When I…
1 2 3
8 9