Selenium Python - Selenium Grid
What will happen if you try to register a Node to a Selenium Grid Hub using the command:
java -jar selenium-server.jar node --hub http://localhost:4444/grid/register --port 5555
but the port 5555 is already in use by another process?
