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