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