URL for the WebDriver server to send commands to.
Optional
opt_agent: anyThe agent to use for each request.
Defaults to http.globalAgent
.
Optional
opt_proxy: stringThe proxy to use for the connection to the server. Default is to use no proxy.
Sends a request to the server. The client will automatically follow any redirects returned by the server, fulfilling the returned promise with the final response.
The request to send.
A promise that will be fulfilled with the server's response.
Generated using TypeDoc
A basic HTTP client used to send messages to a remote end.