There are node Json files where you can mention the configuration required for that node.. It can be your host Json or node json where we can mention browser versions... Hopefully you will find more info on the official selenium website. I will chk and try to create video as well for the same...
ok @anuj, I am away from laptop now so will check add cmds here...I have explained how to create those cmds in the previous videos in the same playlist so plz watch those if u needs cmds urgently... Thanks for watching...
@@AJAUTOMATION thank you so much for your work, could you please share with your project? Unfortunately was unable to locate this one, thank you so much!
Thanks lot for all your efforts for this sessions..
Thanks for watching @azeem 🙂
Hi, thanks for the video!
Could you, please, clarify one thing.
How can I update the Chrome version in the Selenium Grid?
There are node Json files where you can mention the configuration required for that node.. It can be your host Json or node json where we can mention browser versions... Hopefully you will find more info on the official selenium website. I will chk and try to create video as well for the same...
@@AJAUTOMATION thank you for the answer! That would be great! 😊
Great video.
Can you use docker-compose file here to set up infrastructure
Yes sure, will add video soon...
Amazing video brother. Could you please the Grid 4 DOCKER commands u used in the Video.
ok @anuj, I am away from laptop now so will check add cmds here...I have explained how to create those cmds in the previous videos in the same playlist so plz watch those if u needs cmds urgently...
Thanks for watching...
docker run -d -p 4445:4444 --net grid4nw --name seleniumHub selenium/hub:4.0.0-rc-2-20210930
docker run -d -p 4446:5900 -p 4447:7900 --net grid4nw -e SE_EVENT_BUS_HOST=seleniumHub -e SE_EVENT_BUS_PUBLISH_PORT=4442 -e SE_EVENT_BUS_SUBSCRIBE_PORT=4443 --shm-size="2g" --name chromeNode1 selenium/node-chrome:4.0.0-rc-2-20210930
docker run -d -p 4447:7900 -p 4449:5900 --net grid4nw -e SE_EVENT_BUS_HOST=seleniumHub -e SE_EVENT_BUS_PUBLISH_PORT=4442 -e SE_EVENT_BUS_SUBSCRIBE_PORT=4443 --shm-size="2g" --name chromeNode2 selenium/node-chrome:4.0.0-rc-2-20210930
docker run -d -p 4448:7900 -p 4449:5900 --net grid4nw -e SE_EVENT_BUS_HOST=seleniumHub -e SE_EVENT_BUS_PUBLISH_PORT=4442 -e SE_EVENT_BUS_SUBSCRIBE_PORT=4443 --shm-size="2g" --name firefoxNode1 selenium/node-firefox:4.0.0-rc-2-20210930
Can you make a video on verify downloades file through chrome browser on selenium grid with docker on ec2 instances
Noted 👍🙂
Bro, how can we add this to CI cd pipeline
Amazing video. I've tried a couple times, but nothing happened. Do you have a chance to get a personal session thru zoom or skype?
Hi @dmitry, Can you please send email with issues ur facing on ajautomation09@gmail.com
Can I please get the code which you have executed in this video ?
Will push code to Git hub repo...
@@AJAUTOMATION thank you so much for your work, could you please share with your project? Unfortunately was unable to locate this one, thank you so much!