I am trying to figure out how to connect to my remote web directory instance.
This is the code I'm currently using:
from selenium.remote.webdriver import WebDriver driver = WebDriver("http://172.16.205.129:4444", "firefox", "ANY") driver.get('http://google.com') driver.quit()
I find that I canβt connect and get the connection refused, or if I play with the code, from time to time.
Any help is appreciated.
Anthony long
source share