class HttpClient
- All implemented interfaces:
webdriver.http.Client
A webdriver.http.Client implementation using Node's built-in http module.
new HttpClient(serverUrl, opt_agent, opt_proxy)
Parameters
- serverUrl
string URL for the WebDriver server to send commands to.
- opt_agent
?http.Agent= The agent to use for each request. Defaults to http.globalAgent.
- opt_proxy
string= The proxy to use for the connection to the server. Default is to use no proxy.
Instance Methods