Comments on: Selenium Grid Docker Tutorial: How to Integrate Example https://www.softwaretestinghelp.com/docker-selenium-tutorial/ Passion for Quality! Fri, 09 May 2025 10:57:13 +0000 hourly 1 https://wordpress.org/?v=6.9 By: Abhay Bharti https://www.softwaretestinghelp.com/docker-selenium-tutorial/#comment-500624 Sat, 24 Aug 2024 17:59:30 +0000 https://www.softwaretestinghelp.com/?p=19588#comment-500624 I want to run my execution on different VMs, is it possible to start docker container on VM?

]]>
By: Chalika Samarathunga https://www.softwaretestinghelp.com/docker-selenium-tutorial/#comment-483194 Thu, 07 Mar 2024 21:38:03 +0000 https://www.softwaretestinghelp.com/?p=19588#comment-483194 In reply to Keerthivasan.

there is a setting in docker to change docker image type windows to linux.

]]>
By: sukumar https://www.softwaretestinghelp.com/docker-selenium-tutorial/#comment-478532 Tue, 30 Jan 2024 21:33:09 +0000 https://www.softwaretestinghelp.com/?p=19588#comment-478532 what if we want to increase node count to some 40+ when we have more than 700 tests?

]]>
By: NR https://www.softwaretestinghelp.com/docker-selenium-tutorial/#comment-487005 Fri, 15 Dec 2023 05:06:47 +0000 https://www.softwaretestinghelp.com/?p=19588#comment-487005 use –link instead of -link
-link fails to work

]]>
By: Bhuvaneswari https://www.softwaretestinghelp.com/docker-selenium-tutorial/#comment-477355 Fri, 12 May 2023 01:10:48 +0000 https://www.softwaretestinghelp.com/?p=19588#comment-477355 This is very useful content.
Thanks for softwaretestinghelp

Only two issues I faced while following up

1. While running with “docker run -d -p 4444:4444 –name selenium-hub selenium/hub” getting exception as “unknown shorthand flag: ‘n’ in -name”

So we have to use as “docker run -d -p 4444:4444 –-name selenium-hub selenium/hub”

2. While running “docker run -d -link selenium-hub:hub selenium/node-chrome” getting exception as “docker: Error response from daemon: pull access denied for selenium-hub, repository does not exist or may require ‘docker login’: denied: requested access to the resource is denied.”

so we have to use “docker run -d –link selenium-hub:hub selenium/node-chrome”

Please correct those errors in the document

]]>
By: Avinash https://www.softwaretestinghelp.com/docker-selenium-tutorial/#comment-369338 Tue, 30 Aug 2022 19:44:47 +0000 https://www.softwaretestinghelp.com/?p=19588#comment-369338 Is there a feasibility to test on IE as i don’t see any images in docker hub with respect to IE.
Thanks,
Avinash

]]>
By: KARLA https://www.softwaretestinghelp.com/docker-selenium-tutorial/#comment-481046 Sun, 10 Apr 2022 03:35:14 +0000 https://www.softwaretestinghelp.com/?p=19588#comment-481046 In reply to Bhuvaneswari.

I have the same error, I get access denied:

E: [pulseaudio] main.c: Daemon startup failed.
Home directory not accessible: Permission denied
No PulseAudio daemon running, or not running as session daemon.
Not linked with a running Hub container

]]>
By: Suyash Gupta https://www.softwaretestinghelp.com/docker-selenium-tutorial/#comment-441494 Mon, 28 Feb 2022 13:02:14 +0000 https://www.softwaretestinghelp.com/?p=19588#comment-441494 I have a requirement to execute the selenium test cases on cloud , I want to see the test case on execution on cloud, for eg any one can execute those test cases on cloud.
Currently I execute locally with chromEDriver.

Can VNC viewer help me out

]]>
By: Manu Sharma https://www.softwaretestinghelp.com/docker-selenium-tutorial/#comment-386825 Sat, 25 Dec 2021 08:26:37 +0000 https://www.softwaretestinghelp.com/?p=19588#comment-386825 Very nice work, it would be great if you can provide what are the limitations of Docker-selenium?? why most of the organization not using this tool over normal selenium-grid configuration?? Is it working for large number of test cases with parallel execution?? How the memory taken place ??

]]>
By: Wingler https://www.softwaretestinghelp.com/docker-selenium-tutorial/#comment-438372 Sat, 18 Dec 2021 01:09:09 +0000 https://www.softwaretestinghelp.com/?p=19588#comment-438372 Docker said the host is 0.0.0.0 BUT you used 192.168.99.100, why is that?

]]>
By: Keerthivasan https://www.softwaretestinghelp.com/docker-selenium-tutorial/#comment-424553 Wed, 10 Nov 2021 06:23:11 +0000 https://www.softwaretestinghelp.com/?p=19588#comment-424553 This allows the grid execution in LINUX OS. What if i want to run it in Windows ? I tried pulling the selenium/hub in Windows container. It says

“Using default tag: latest
latest: Pulling from selenium/hub
image operating system “linux” cannot be used on this platform”

Any help on this please ?

]]>
By: sridhar https://www.softwaretestinghelp.com/docker-selenium-tutorial/#comment-500873 Sat, 03 Jul 2021 00:05:06 +0000 https://www.softwaretestinghelp.com/?p=19588#comment-500873 do we have images for hub and nodes with windows on docker, the default images available in docker hub or on linux platforms only

]]>
By: vasanthan https://www.softwaretestinghelp.com/docker-selenium-tutorial/#comment-479828 Mon, 24 May 2021 05:42:38 +0000 https://www.softwaretestinghelp.com/?p=19588#comment-479828 Hi

I can login in using vnc viewer. can you please explain how to configure that browser.how to change the settings of the browser
Thanks
Vasanthan

]]>
By: Pratham Kumar https://www.softwaretestinghelp.com/docker-selenium-tutorial/#comment-437559 Mon, 03 May 2021 23:30:25 +0000 https://www.softwaretestinghelp.com/?p=19588#comment-437559 In reply to Keerthivasan.

Hi Keerthivasan,

I do also have the same issue. Were you able to get the images for Windows Container , if yes could you please help me here !

Thanks & Regards,

Pratham Kumar

]]>
By: Bharat https://www.softwaretestinghelp.com/docker-selenium-tutorial/#comment-372983 Mon, 12 Apr 2021 06:50:06 +0000 https://www.softwaretestinghelp.com/?p=19588#comment-372983 Very detailed description, great work

]]>
By: Deepender Singh https://www.softwaretestinghelp.com/docker-selenium-tutorial/#comment-481020 Sat, 03 Apr 2021 10:35:19 +0000 https://www.softwaretestinghelp.com/?p=19588#comment-481020 I was going through docker tutorials and i found that we can use docker-compose tool. command was like docker-compose scale chrome=40(any number).

]]>
By: Ram https://www.softwaretestinghelp.com/docker-selenium-tutorial/#comment-497237 Thu, 28 Jan 2021 12:58:55 +0000 https://www.softwaretestinghelp.com/?p=19588#comment-497237 In reply to vasanthan.

How did you login into VMC viewer . I tried everything but nothing works

]]>
By: Dhanush https://www.softwaretestinghelp.com/docker-selenium-tutorial/#comment-484613 Sun, 24 Jan 2021 13:26:34 +0000 https://www.softwaretestinghelp.com/?p=19588#comment-484613 It was a great explanation. I couldn’t check the test execution from VNC Viewer, as I’m getting “connection was refused by the computer” error. If you can post a topic for the same, it will be a great help. Thanks

]]>