|
WD
|
#include <set_timeout_commands.h>


Public Member Functions | |
| ImplicitWaitCommand (const std::vector< std::string > &path_segments, const base::DictionaryValue *const parameters) | |
| virtual | ~ImplicitWaitCommand () |
| virtual Error * | SetTimeout (int timeout_ms) OVERRIDE |
Public Member Functions inherited from webdriver::SetTimeoutCommand | |
| SetTimeoutCommand (const std::vector< std::string > &path_segments, const base::DictionaryValue *const parameters) | |
| virtual | ~SetTimeoutCommand () |
| virtual bool | DoesPost () const OVERRIDE |
| virtual void | ExecutePost (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 bool | Init (Response *const response) OVERRIDE |
| 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 | DoesDelete () const |
| virtual bool | DoesGet () const |
| virtual void | ExecuteDelete (Response *const response) |
| virtual void | ExecuteGet (Response *const response) |
Additional Inherited Members | |
Static Public Attributes inherited from webdriver::SetTimeoutCommand | |
| static const int | DEFAULT_TIMEOUT |
Protected Member Functions inherited from webdriver::WebDriverCommand | |
| DISALLOW_COPY_AND_ASSIGN (WebDriverCommand) | |
Protected Attributes inherited from webdriver::WebDriverCommand | |
| Session * | session_ |
| std::string | session_id_ |
Set the amount of time the driver should wait when searching for elements.
| webdriver::ImplicitWaitCommand::ImplicitWaitCommand | ( | const std::vector< std::string > & | path_segments, |
| const base::DictionaryValue *const | parameters | ||
| ) |
|
virtual |
|
virtual |
Reimplemented from webdriver::SetTimeoutCommand.