The Remote WebDriver implementation Controls a browser by sending commands to a remote server. This server is expected to be running the WebDriver wire protocol as defined in JsonWireProtocol.
The Remote WebDriver implementation Controls a browser by sending commands to a remote server. This server is expected to be running the WebDriver wire protocol as defined in JsonWireProtocol
Python implementation:
class selenium.webdriver.remote.webdriver.WebDriver(command_executor='http://127.0.0.1:4444/wd/hub', desired_capabilities=None, browser_profile=None, proxy=None, keep_alive=False, file_detector=None, options=None)
Reference: selenium.webdriver.remote.webdriver