WD
|
#include <html5_storage_commands.h>
Public Member Functions | |
LocalStorageKeyCommand (const std::vector< std::string > &path_segments, const base::DictionaryValue *const parameters) | |
virtual | ~LocalStorageKeyCommand () |
virtual bool | DoesGet () const OVERRIDE |
virtual bool | DoesDelete () const OVERRIDE |
virtual void | ExecuteGet (Response *const response) OVERRIDE |
virtual void | ExecuteDelete (Response *const response) OVERRIDE |
Public Member Functions inherited from webdriver::ViewCommand | |
ViewCommand (const std::vector< std::string > &path_segments, const base::DictionaryValue *const parameters) | |
virtual | ~ViewCommand () |
virtual bool | Init (Response *const response) OVERRIDE |
Public Member Functions inherited from webdriver::WebDriverCommand | |
WebDriverCommand (const std::vector< std::string > &path_segments, const base::DictionaryValue *const parameters) | |
virtual | ~WebDriverCommand () |
virtual void | Finish (Response *const response) OVERRIDE |
virtual bool | ShouldRunPreAndPostCommandHandlers () |
Public Member Functions inherited from webdriver::Command | |
Command (const std::vector< std::string > &path_segments, const DictionaryValue *const parameters) | |
Command (const Command &other) | |
virtual | ~Command () |
virtual bool | DoesPost () const |
virtual void | ExecutePost (Response *const response) |
Additional Inherited Members | |
Protected Member Functions inherited from webdriver::WebDriverCommand | |
DISALLOW_COPY_AND_ASSIGN (WebDriverCommand) | |
Protected Attributes inherited from webdriver::ViewCommand | |
scoped_ptr< ViewCmdExecutor > | executor_ |
webdriver::LocalStorageKeyCommand::LocalStorageKeyCommand | ( | const std::vector< std::string > & | path_segments, |
const base::DictionaryValue *const | parameters | ||
) |
|
virtual |
|
virtual |
Indicates if this command URL responds to DELETE method.
Reimplemented from webdriver::Command.
|
virtual |
Indicates if this command URL responds to GET method.
Reimplemented from webdriver::Command.
|
virtual |
Deletes an item in the HTML5 localStorage and returns the value.
Reimplemented from webdriver::Command.
|
virtual |
Returns the value of an item in the HTML5 localStorage.
Reimplemented from webdriver::Command.