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

#include <webdriver_element_id.h>

Collaboration diagram for webdriver::LocatorType:

Static Public Attributes

static const char kClassName []
 
static const char kCss []
 
static const char kId []
 
static const char kLinkText []
 
static const char kName []
 
static const char kPartialLinkText []
 
static const char kTagName []
 
static const char kXpath []
 

Detailed Description

WebDriver element locators. These constants are used to identify different ways to locate an element to WebDriver atoms. Struct is used for grouping purposes.

Member Data Documentation

const char webdriver::LocatorType::kClassName[]
static
const char webdriver::LocatorType::kCss[]
static
const char webdriver::LocatorType::kId[]
static
const char webdriver::LocatorType::kLinkText[]
static
const char webdriver::LocatorType::kName[]
static
const char webdriver::LocatorType::kPartialLinkText[]
static
const char webdriver::LocatorType::kTagName[]
static
const char webdriver::LocatorType::kXpath[]
static

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