Skip to main content
Filter by
Sorted by
Tagged with
3 votes
1 answer
131 views

I have three servers. I want to start selenoid on two servers and use this cluster from the third server. I am using this code to specify server if randint(0, 1) == 1: host = "HOST_1" ...
mascai's user avatar
  • 1,718
0 votes
0 answers
45 views

Trying to upgrade my test from codeceptjs2 to codeceptjs3 and run lots of test files with run-worker command: npx codeceptjs run-workers 15 --plugins allure The command seems to be working very well ...
Harvey Lin's user avatar
0 votes
1 answer
117 views

def new_task(logg): #===Создает заявку в демо2=== > driver = webdriver.Remote( command_executor=executor, desired_capabilities=capabilities) E TypeError: ...
Аркадий Лоскутов's user avatar
3 votes
2 answers
676 views

I need to publish a Dockerfile that contains https://aerokube.com/selenoid. This has to be a Dockerfile so I can publish it to our container registry which will be used as a service container as part ...
damiensprinkle's user avatar
0 votes
1 answer
460 views

Maybe somebody run into that problem. I try to launch test in Opera browser on Selenoid (https://aerokube.com/selenoid), but any time with many different version of docker image I got something error ...
Alexander's user avatar
0 votes
2 answers
307 views

I need to find solution/s for next case. There is selenoid in docker which runs browsers in containers, the tests should be run in parallel for some browsers. I made pipeline in Jenkins for that goal. ...
Andrey's user avatar
  • 53
0 votes
1 answer
636 views

Im Automation developer, Im trying using python, chrome driver,selenium >> to allow microphone in browser. when i run my selenium tests locally, it works ok but when i run it remotely the ...
ohadshay's user avatar
  • 285
0 votes
0 answers
376 views

I am using Selenoid with GitLab and it's working like a charm for Chrome, Edge and Firefox browsers. However when it comes to Safari, the scripts are not able to connect to the Safari browser, getting ...
SRM21's user avatar
  • 503
0 votes
0 answers
269 views

I am relatively new to gitlab and selenoid. I have been trying to run my tests on selenoid with gitlab and below is what my gitlab-ci.yml file looks like: image: maven:3.8-openjdk-11 variables: ...
SRM21's user avatar
  • 503
1 vote
1 answer
313 views

I am getting following error when executing my automated script through jenkins or running bash command from terminal. I am passing report portal credential in jenkins file and tried to pass in mvn ...
Saba Malik's user avatar
0 votes
1 answer
702 views

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 ...
Igor Vlasuyk's user avatar
1 vote
1 answer
2k views

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's user avatar
0 votes
1 answer
392 views

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 ...
Tomas Jacobsen's user avatar
1 vote
1 answer
296 views

I have a Selenoid Firefox container running some tests but new browser versions are giving me issues. Since Firefox 103.0 Cross-site tracking cookies are blocked by default and I am looking for a way ...
Rémy P.A.'s user avatar
0 votes
1 answer
324 views

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's user avatar
  • 294
1 vote
0 answers
318 views

I need to import client .pxf certificate inside selenoid container. For chrome I use following Dockerfile: ARG IMAGE_VERSION FROM selenoid/chrome:${IMAGE_VERSION} ARG USER_ID ARG USER_PASSWORD COPY ...
Maliaukaa's user avatar
0 votes
0 answers
799 views

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 ...
NeginM's user avatar
  • 1
0 votes
1 answer
837 views

docker-compose.yml file version: '3' services: selenoid: image: "aerokube/selenoid:latest" container_name: selenoid ports: - "4444:4444" networks: - ...
Dhrumil Soni's user avatar
0 votes
0 answers
1k views

Please help solve the problem. When running tests using Selenoid directly from the console, the tests work. But when I try to run tests from the container, I encounter the error urllib3.exceptions....
Виталий Агарев's user avatar
1 vote
1 answer
591 views

Example - selenoid7a408b66263ee21c5e896514aa938105.mp4 Is there a way to know what name of the file is going to be - to log it for users? (it's not browser session id) Is there a way to give this file ...
Val Kalinichenko's user avatar
0 votes
4 answers
705 views

I'm writing tests in pytest using selenium and selenoid. I would like to wait and see if one of two texts become visible. something like this: wait_for_text(text1 OR text2) Is there any way to do ...
user613's user avatar
  • 243
0 votes
1 answer
63 views

I am using selenoid with ggr and 10 hosts. per my understanding ggr devides the load to all the host machine based on quota. my question is if in .srprofile I have thread count as 5 , will 50 ...
smiles's user avatar
  • 241
0 votes
1 answer
45 views

I'm using a distributed selenoid cloud infrastructure to distribute my automated tests. In order to keep track of the selenoid instances I have a selenoid table in MySQL which tracks which selenoid ...
Ryan Nygard's user avatar
3 votes
1 answer
337 views

Is there any way to configure Selenoid-video file to detect and delete the passed test videos and retain only failed test videos? if not, rename or tag the failed test video as failed ?
rmz's user avatar
  • 31
-1 votes
1 answer
150 views

My scripts are working fine locally and same are not working with Chrome browser running in docker container of selenoid. How to integrate sikuli with Selenoid to handle file upload window(non HTML) ...
Rajesh Guduru's user avatar