Docker Selenium - An out-of-box solution to run Selenium 4 grid setup with one command !

preview_player
Показать описание
In this video, we are going to discuss about an all new Docker Selenium introduced by Selenium team. This Docker-Selenium is an out-of-box solution to run all new Selenium 4 grid setup with just one command.

We can now run

1. Selenium 4 standalone server
2. Selenium 4 full blow grid setup
3. Run both the above via Docker-compose
4. Connect VNC to monitor real-time execution

#selenium #executeautomation #selenium4 #seleniumdocker #seleniumgrid
To learn more from ExecuteAutomation, please subscribe and check out below playlists of FREE courses

Selenium and C#
******************

Selenium &Java
******************

CI/CD with Microsoft Technologies
****************************

Docker & Kubernates
************************

Mobile Testing
****************

Рекомендации по теме
Комментарии
Автор

Can you also do a video on parallel testing using docker-selenium? Curious too see how the XVFB-XVNC port connections work when multiple tests run in parallel.

gmafsal
Автор

so if we wanna run smth with "headless=False", we can with that ? or we have to launch the vnc connect first ?
Thanks

dragon
Автор

Hey thanks, it's a good explanation.

I did similar setup and is working but there are few challenges I am facing here if u can shed some light will be a big help.

I have open shift installed in my organization server it's a closed network now all applications in this network works fine, when we try to access application outside this, I get proxy errors

To resolve this proxy error we gave the env parameters of the proxy in one of the chrome node pod.

Now I am seeing blank page is there application is not rendered but if it open a debug pod of the same chrome node and do a curl of that url I am getting the complete html content of the page.

Now I am completely strucked here. Do u know what might have went wrong which all things I can try after this . Do I need a new proxy. ... What else ?

Please help me here .... Thanks 👍

puneetgupta
Автор

Sir, i have a query like whether i could able to perform batch execution using the Docker Selenium. i have a scenario like there are around 50 Automated test cases which is depend upon one another. So, whether it is possible to perform Batch Execution

nahreshrahul
Автор

Hi Karthik, is there a way to increase browser instances in grid 4 beta ?

mizanur
Автор

how can I run a test with different cucumber tags on with different nodes on the grid.

SheronGerardJeshuran
Автор

Is there any way we can use older version of browser when we use WebDriverManager with selenium C# as it is automatically support the latest version ?
public string SetUpDriver(IDriverConfig config, string version = "Latest", Architecture architecture = Architecture.Auto);

midhunraj
Автор

Hi sir,
"selenium/standalone-chrome" image with Linux we have, for mac OS image is not available right?

kiranpm
visit shbcf.ru