Cinnamon Documentation

Assert
BaseExplicitWaitTest
BaseTest
Capabilities
Context
Cookie
CookieManager
CSSLocator
ElementLocator
ExpectedCondition
ExpectedConditions
OrgUnderTest
PageObject
RemoteAlert
RemoteMouse
RemoteTouch
RemoteWebDriver
RemoteWebDriverServiceProvider
SelectOptionAdapter
StandardLayoutLocator
TableWebElement
TestUtil
VisualforceByHtmlTagLocator
VisualforceChildLocator
VisualforceLocator
Wait
WebElement
WindowSize

ElementLocator

global abstract with sharing class ElementLocator
Description ElementLocator is an abstract class that represents locators for DOM nodes in a page. Subclasses should abstract away the complexities of mapping high-level abstraction nodes, such as apex:inputField, to low-level specifications of how nodes are located in WebDriver.

Methods

   getLocator

global virtual String getLocator()