Uses of Class
org.uitnet.testing.smartfwk.ui.core.commons.Locator
-
Packages that use Locator Package Description org.uitnet.testing.smartfwk.ui.core.objects org.uitnet.testing.smartfwk.ui.core.utils org.uitnet.testing.smartfwk.ui.standard.domobj -
-
Uses of Locator in org.uitnet.testing.smartfwk.ui.core.objects
Fields in org.uitnet.testing.smartfwk.ui.core.objects with type parameters of type Locator Modifier and Type Field Description protected Map<String,Locator>DOMObject. platFormLocatorsMethods in org.uitnet.testing.smartfwk.ui.core.objects that return Locator Modifier and Type Method Description LocatorDOMObject. getLocator(PlatformType platform, ApplicationType appType, WebBrowserType browserType)Methods in org.uitnet.testing.smartfwk.ui.core.objects that return types with arguments of type Locator Modifier and Type Method Description Map<String,Locator>DOMObject. getPlatformLocators()Constructor parameters in org.uitnet.testing.smartfwk.ui.core.objects with type arguments of type Locator Constructor Description DOMObject(UIObjectType elemType, String displayName, Map<String,Locator> platFormLocators) -
Uses of Locator in org.uitnet.testing.smartfwk.ui.core.utils
Methods in org.uitnet.testing.smartfwk.ui.core.utils that return Locator Modifier and Type Method Description static LocatorLocatorUtil. findLocator(Map<String,Locator> platFormLocators, PlatformType platform, ApplicationType appType, WebBrowserType browserType)Methods in org.uitnet.testing.smartfwk.ui.core.utils with parameters of type Locator Modifier and Type Method Description static org.openqa.selenium.WebElementLocatorUtil. findWebElement(org.openqa.selenium.WebDriver appDriver, Locator locator)static List<org.openqa.selenium.WebElement>LocatorUtil. findWebElements(org.openqa.selenium.WebDriver appDriver, Locator locator)Method parameters in org.uitnet.testing.smartfwk.ui.core.utils with type arguments of type Locator Modifier and Type Method Description static LocatorLocatorUtil. findLocator(Map<String,Locator> platFormLocators, PlatformType platform, ApplicationType appType, WebBrowserType browserType)static voidLocatorUtil. setPlatformLocatorForNativeApp(Map<String,Locator> platFormLocators, PlatformType platform, LocateBy locateBy, String locatorValue)static voidLocatorUtil. setPlatformLocatorForWebApp(Map<String,Locator> platFormLocators, PlatformType platform, WebBrowserType browserType, LocateBy locateBy, String locatorValue) -
Uses of Locator in org.uitnet.testing.smartfwk.ui.standard.domobj
Fields in org.uitnet.testing.smartfwk.ui.standard.domobj with type parameters of type Locator Modifier and Type Field Description protected Map<String,Locator>ButtonSD. platFormLocatorsprotected Map<String,Locator>CheckBoxSD. platFormLocatorsprotected Map<String,Locator>ComboBoxSD. platFormLocatorsprotected Map<String,Locator>HyperlinkSD. platFormLocatorsprotected Map<String,Locator>ImageSD. platFormLocatorsprotected Map<String,Locator>InputFileSD. platFormLocatorsprotected Map<String,Locator>LabelSD. platFormLocatorsprotected Map<String,Locator>ListBoxSD. platFormLocatorsprotected Map<String,Locator>RadioButtonGroupSD. platFormLocatorsprotected Map<String,Locator>RadioButtonSD. platFormLocatorsprotected Map<String,Locator>TextAreaSD. platFormLocatorsprotected Map<String,Locator>TextBoxSD. platFormLocatorsprotected Map<String,Locator>WebPageTitleSD. platFormLocatorsMethods in org.uitnet.testing.smartfwk.ui.standard.domobj that return types with arguments of type Locator Modifier and Type Method Description Map<String,Locator>ButtonSD. getPlatformLocators()Map<String,Locator>CheckBoxSD. getPlatformLocators()Map<String,Locator>ComboBoxSD. getPlatformLocators()Map<String,Locator>HyperlinkSD. getPlatformLocators()Map<String,Locator>ImageSD. getPlatformLocators()Map<String,Locator>InputFileSD. getPlatformLocators()Map<String,Locator>LabelSD. getPlatformLocators()Map<String,Locator>ListBoxSD. getPlatformLocators()Map<String,Locator>RadioButtonGroupSD. getPlatformLocators()Map<String,Locator>RadioButtonSD. getPlatformLocators()Map<String,Locator>TextAreaSD. getPlatformLocators()Map<String,Locator>TextBoxSD. getPlatformLocators()Map<String,Locator>WebPageTitleSD. getPlatformLocators()Constructor parameters in org.uitnet.testing.smartfwk.ui.standard.domobj with type arguments of type Locator Constructor Description ButtonSD(String displayName, Map<String,Locator> platFormLocators)CheckBoxSD(String displayName, Map<String,Locator> platFormLocators)ComboBoxSD(String displayName, Map<String,Locator> platFormLocators)HyperlinkSD(String displayName, Map<String,Locator> platFormLocators)ImageSD(String displayName, Map<String,Locator> platFormLocators)InputFileSD(String displayName, Map<String,Locator> platFormLocators)LabelSD(String displayName, Map<String,Locator> platFormLocators)ListBoxSD(String displayName, Map<String,Locator> platFormLocators)RadioButtonGroupSD(String displayName, Map<String,Locator> platFormLocators)RadioButtonSD(String displayName, Map<String,Locator> platFormLocators)TextAreaSD(String displayName, Map<String,Locator> platFormLocators)TextBoxSD(String displayName, Map<String,Locator> platFormLocators)WebPageTitleSD(String displayName, Map<String,Locator> platFormLocators)
-