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