Uses of Class
core.helpers.Element.LocatorType
-
Packages that use Element.LocatorType Package Description core.helpers core.uiCore.webElement -
-
Uses of Element.LocatorType in core.helpers
Methods in core.helpers that return Element.LocatorType Modifier and Type Method Description static Element.LocatorTypeElement.LocatorType. valueOf(String name)Returns the enum constant of this type with the specified name.static Element.LocatorType[]Element.LocatorType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Element.LocatorType in core.uiCore.webElement
Fields in core.uiCore.webElement declared as Element.LocatorType Modifier and Type Field Description Element.LocatorTypeElementObject. locatorTypeElement.LocatorTypeImpEnhancedWebElement. locatorTypeConstructors in core.uiCore.webElement with parameters of type Element.LocatorType Constructor Description ElementObject(org.openqa.selenium.By by, String name, String locator, Element.LocatorType locatorType, Element.DriverType driverType)gets by value for elements
-