A custom HTTP error handler.
Used to return Response objects instead of raising an HTTPError exception.
Default HTTP error handler.
Args : |
---|
Returns : |
---|
A new Response object.
A connection with the Remote WebDriver server.
Communicates with the server using the WebDriver wire protocol: http://code.google.com/p/selenium/wiki/JsonWireProtocol
Send a command to the remote server.
Any path subtitutions required for the URL mapped to the command should be included in the command parameters.
Args : |
|
---|
Extends the url_request.Request to support all HTTP request types.
Initialise a new HTTP request.
Args : |
---|
Represents an HTTP response.
Initialise a new Response.
Args : |
---|