Click or drag to resize

Locator Enumeration

Framework to automate tests using Selenium WebDriver
The page element locator type. Needs to be translated to automation framework specific locators.

Namespace: Ocaramba
Assembly: OcarambaLite (in OcarambaLite.dll) Version: 1.0.0+d8e789f8644d1a9b63485ad7914acf4f489f3ef9
Syntax
C#
public enum Locator
Request Example
Members
Member nameValueDescription
Id0 The Id selector
ClassName1 The class name selector
CssSelector2 The CSS selector
LinkText3 The link text selector
Name4 The name selector
PartialLinkText5 The partial link text selector
TagName6 The tag name selector
XPath7 The XPath selector
See Also