Class webdriver.http.Executor
code »- All implemented interfaces:
webdriver.CommandExecutor
A command executor that communicates with a server using the WebDriver command protocol.
Constructor
webdriver.http.Executor ( client )
Parameters |
---|
|
Show:
Instance Methods
Instance Properties
Client used to communicate with the server.
Static Functions
code »webdriver.http.Executor.buildPath_ ( path, parameters ) ⇒ string
Builds a fully qualified path using the given set of command parameters. Each
path segment prefixed with ':' will be replaced by the value of the
corresponding parameter. All parameters spliced into the path will be
removed from the parameter map.
string
code »webdriver.http.Executor.parseHttpResponse_ ( httpResponse ) ⇒ !bot.response.ResponseObject
Callback used to parse webdriver.http.Response
objects from a
webdriver.http.Client
.
!bot.response.ResponseObject
webdriver.http.Response
objects from a
webdriver.http.Client
.Parameters |
---|
|
Returns |
|