#include <element_commands.h>
Handles selecting elements and querying whether they are currently selected. Queries whether an element is currently enabled. http://code.google.com/p/selenium/wiki/JsonWireProtocol#/session/:sessionId/element/:id/selected
webdriver::ElementSelectedCommand::ElementSelectedCommand |
( |
const std::vector< std::string > & |
path_segments, |
|
|
const base::DictionaryValue * |
parameters |
|
) |
| |
virtual webdriver::ElementSelectedCommand::~ElementSelectedCommand |
( |
| ) |
|
|
virtual |
virtual bool webdriver::ElementSelectedCommand::DoesGet |
( |
| ) |
const |
|
virtual |
Indicates if this command URL responds to GET method.
Reimplemented from webdriver::Command.
virtual bool webdriver::ElementSelectedCommand::DoesPost |
( |
| ) |
const |
|
virtual |
Indicates if this command URL responds to POST method.
Reimplemented from webdriver::Command.
virtual void webdriver::ElementSelectedCommand::ExecuteGet |
( |
Response *const |
response | ) |
|
|
virtual |
Executes the corresponding variant of this command URL. Always called after Init() and called from the Execute function. Any failure is handled as a return code found in Response.
- Parameters
-
response | pointer to response object |
Reimplemented from webdriver::Command.
virtual void webdriver::ElementSelectedCommand::ExecutePost |
( |
Response *const |
response | ) |
|
|
virtual |
Executes the corresponding variant of this command URL. Always called after Init() and called from the Execute function. Any failure is handled as a return code found in Response.
- Parameters
-
response | pointer to response object |
Reimplemented from webdriver::Command.
The documentation for this class was generated from the following file: