#include <html5_storage_commands.h>
webdriver::SessionStorageCommand::SessionStorageCommand |
( |
const std::vector< std::string > & |
path_segments, |
|
|
const base::DictionaryValue * |
parameters |
|
) |
| |
virtual webdriver::SessionStorageCommand::~SessionStorageCommand |
( |
| ) |
|
|
virtual |
virtual bool webdriver::SessionStorageCommand::DoesDelete |
( |
| ) |
const |
|
virtual |
Indicates if this command URL responds to DELETE method.
Reimplemented from webdriver::Command.
virtual bool webdriver::SessionStorageCommand::DoesGet |
( |
| ) |
const |
|
virtual |
Indicates if this command URL responds to GET method.
Reimplemented from webdriver::Command.
virtual bool webdriver::SessionStorageCommand::DoesPost |
( |
| ) |
const |
|
virtual |
Indicates if this command URL responds to POST method.
Reimplemented from webdriver::Command.
virtual void webdriver::SessionStorageCommand::ExecuteDelete |
( |
Response *const |
response | ) |
|
|
virtual |
virtual void webdriver::SessionStorageCommand::ExecuteGet |
( |
Response *const |
response | ) |
|
|
virtual |
Returns the key of all items in the HTML5 sessionStorage object.
Reimplemented from webdriver::Command.
virtual void webdriver::SessionStorageCommand::ExecutePost |
( |
Response *const |
response | ) |
|
|
virtual |
Set the value of an item in the HTML5 sessionStorage.
Reimplemented from webdriver::Command.
The documentation for this class was generated from the following file: