Class HttpClient

code »
All implemented interfaces:
webdriver.http.Client

A webdriver.http.Client implementation using Node's built-in http module.

Constructor

HttpClient ( serverUrl )
Parameters
serverUrl: string
URL for the WebDriver server to send commands to.
Show:

Instance Methods

code »send ( httpRequest, callback )
Parameters
httpRequest
callback

Instance Properties

Base options for each request.