For me the node containers are getting exited just after creating it or restarting it.please suggest
@AJAUTOMATION4 ай бұрын
It can happen due to various issues, could be due to insufficient memory or hub and node versions are not correct, check configuration again if nodes are registered with the hub or not. Try to use docker compose with correct configuration to setup grid with latest hub and node images
@AdamantMindset3 жыл бұрын
since selenium 4 is now officially the new version docker, uses grid 4. so registering the node with the line from the video doesn't seem to connect. it keeps on loading and then gives error. can you look into it?
@AJAUTOMATION3 жыл бұрын
Hi @Karan , for selenium grid 4, configuring hub and node is somewhat different than what we did in the video of Selenium grid 3. Here we need to setup environment by setting up bus events, subscribe port and publish event port i.e. tcp port 4442 and port 4443. If u r using selenium/hub image 4th version then u will required to use 4th versions of the node images as well. Set==> SE_EVENT_BUS_PUBLISH_PORT , SE_EVENT_BUS_SUBSCRIBE_PORT , SE_EVENT_BUS_HOST while creating and registering the Node containers to the Hub Container. If you miss any one of the above environment setting then you won't be able to link nodes with Hub I am going to add a separate video in the same series soon...
@stephanieannmontojo6398 Жыл бұрын
What if I'll be using same machine for hub and node? Thanks
@AJAUTOMATION Жыл бұрын
There won't be any issues as long as you are using docker or VM on same machine...
@shaikabzal6316 Жыл бұрын
for me the chromenode is not able to connect the network ,I had done the same process as you shown it starting container of chrome but not connecting to the grid network
@AJAUTOMATION Жыл бұрын
Try to remove network and create a new one.. Both hub node should use same network...
@mrshelby8838 Жыл бұрын
Hi, is there any way we can create a replica set so that the containers could scale as per the requirement? Example: My test cases are more and I want to launch more containers, can I do that?
@AJAUTOMATION Жыл бұрын
Auto scaling of the containers not possible with docker compose... For now u can create multiple containers at the beginning only with docker compose scale cmd. Idle containers don't take memory or cpu utilisation will be normal.
@ujjwalshrivastava-s6z6 ай бұрын
please add videos in selenium 4 how to register the grid and the video it?
@gazorbpazorbian8 ай бұрын
any idea on how to use the selenium grid extension for docker?
@AJAUTOMATION8 ай бұрын
need to check , not sure about extension for docker
@JenniferAniston-t4b9 ай бұрын
Hello I found the "selenium/node-opera-debug" and "selenium/node-firefox-debug" and "selenium/node-chrome-debug" the Greated column in Docker shows "3 years ago". Is that ok?
@AJAUTOMATION9 ай бұрын
Images might not be updated but that won't be issue u can still run the automation it will work fine. You can use selenium/node-chrome instead as both images are merged now
@GaneshThakur-m1g Жыл бұрын
U shown only for the linux node. What if we meet to add windows node. Can it be added in same network gridnetwork
@KumarSushobhan8 ай бұрын
The node machine is linux. Selenium will run on it
@Niha1399Ай бұрын
What is vnc
@sandeeprapolusandeeprapolu Жыл бұрын
Currently i am running trying to setup as shown in video but when running this command docker run -d -p 4446:5900 -net gridnetwork -e HUB_HOST=seleniumHub -name chromNode selenium/node-chrome-debug error is coming -> " Couldn't register this node: Error sending the registration request: The hub responded with 404 " using (Docker version 23.0.5, build bc4487a) in MacBook Air (M1, 2020)