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 ) ⇒ stringBuilds 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.
stringcode »webdriver.http.Executor.parseHttpResponse_ ( httpResponse ) ⇒ !bot.response.ResponseObjectCallback used to parse webdriver.http.Response objects from a
webdriver.http.Client.
!bot.response.ResponseObjectwebdriver.http.Response objects from a
webdriver.http.Client.| Parameters |
|---|
|
| Returns |
|