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: 4.2.6+43a78d4b91293779f9bddc600324863f323e0ac6
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