Selenium Python - Selenium Grid
You wrote this code to run tests on Selenium Grid but get a connection error:
driver = webdriver.Remote(command_executor='http://localhost:5555/wd/hub', desired_capabilities={'browserName': 'chrome'})
What is the most likely cause?