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

#include <find_element_commands.h>

Inheritance diagram for webdriver::FindManyElementsCommand:
Collaboration diagram for webdriver::FindManyElementsCommand:

Public Member Functions

 FindManyElementsCommand (const std::vector< std::string > &path_segments, const DictionaryValue *const parameters)
 
virtual ~FindManyElementsCommand ()
 
- Public Member Functions inherited from webdriver::FindElementCommand
 FindElementCommand (const std::vector< std::string > &path_segments, const DictionaryValue *const parameters, const bool find_one_element)
 
virtual ~FindElementCommand ()
 
virtual bool DoesPost () const OVERRIDE
 
virtual void ExecutePost (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 DoesDelete () const
 
virtual bool DoesGet () const
 
virtual void ExecuteDelete (Response *const response)
 
virtual void ExecuteGet (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< ViewCmdExecutorexecutor_
 

Detailed Description

Search for multiple elements on the page, starting from the identified element. The located elements will be returned as a WebElement JSON objects. See: http://code.google.com/p/selenium/wiki/JsonWireProtocol#/session/:sessionId/element/:id/elements

Constructor & Destructor Documentation

webdriver::FindManyElementsCommand::FindManyElementsCommand ( const std::vector< std::string > &  path_segments,
const DictionaryValue *const  parameters 
)
inline
virtual webdriver::FindManyElementsCommand::~FindManyElementsCommand ( )
inlinevirtual

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