module selenium-webdriver/http
Defines the webdriver.http.Client
for use with
NodeJS.
Types
- Executor
A command executor that communicates with a server using the WebDriver
command protocol.
- HttpClient
A webdriver.http.Client
implementation using Node's built-in http
module.
- Request
Describes a partial HTTP request.
- Response
Represents a HTTP response.