WD
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
webdriver::TouchCommand Class Reference

#include <touch_commands.h>

Inheritance diagram for webdriver::TouchCommand:
Collaboration diagram for webdriver::TouchCommand:

Public Member Functions

 TouchCommand (const std::vector< std::string > &path_segments, const base::DictionaryValue *const parameters)
 
virtual ~TouchCommand ()
 
virtual bool DoesPost () const OVERRIDE
 
- Public Member Functions inherited from webdriver::ElementCommand
 ElementCommand (const std::vector< std::string > &path_segments, const base::DictionaryValue *const parameters)
 
virtual ~ElementCommand ()
 
virtual bool Init (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 ()
 
- 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 DoesDelete () const
 
virtual bool DoesGet () const
 
virtual void ExecuteDelete (Response *const response)
 
virtual void ExecuteGet (Response *const response)
 
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::ElementCommand
const std::vector< std::string > & path_segments_
 
ElementId element
 

Constructor & Destructor Documentation

webdriver::TouchCommand::TouchCommand ( const std::vector< std::string > &  path_segments,
const base::DictionaryValue *const  parameters 
)
virtual webdriver::TouchCommand::~TouchCommand ( )
virtual

Member Function Documentation

virtual bool webdriver::TouchCommand::DoesPost ( ) const
virtual

Indicates if this command URL responds to POST method.

Reimplemented from webdriver::Command.


The documentation for this class was generated from the following file: