-
-
-
-
-
Methods in org.uitnet.testing.smartfwk.ui.core.utils with parameters of type PlatformType
| Modifier and Type |
Method |
Description |
static Locator |
LocatorUtil.findLocator(Map<String,Locator> platFormLocators,
PlatformType platform,
ApplicationType appType,
WebBrowserType browserType) |
|
static void |
LocatorUtil.setPlatformLocatorForNativeApp(Map<String,Locator> platFormLocators,
PlatformType platform,
LocateBy locateBy,
String locatorValue) |
|
static void |
LocatorUtil.setPlatformLocatorForWebApp(Map<String,Locator> platFormLocators,
PlatformType platform,
WebBrowserType browserType,
LocateBy locateBy,
String locatorValue) |
|
-
Methods in org.uitnet.testing.smartfwk.ui.standard.domobj with parameters of type PlatformType
| Modifier and Type |
Method |
Description |
ButtonSD |
ButtonSD.addPlatformLocatorForNativeApp(PlatformType platform,
LocateBy locateBy,
String locatorValue) |
|
CheckBoxSD |
CheckBoxSD.addPlatformLocatorForNativeApp(PlatformType platform,
LocateBy locateBy,
String locatorValue) |
|
ComboBoxSD |
ComboBoxSD.addPlatformLocatorForNativeApp(PlatformType platform,
LocateBy locateBy,
String locatorValue) |
|
HyperlinkSD |
HyperlinkSD.addPlatformLocatorForNativeApp(PlatformType platform,
LocateBy locateBy,
String locatorValue) |
|
ImageSD |
ImageSD.addPlatformLocatorForNativeApp(PlatformType platform,
LocateBy locateBy,
String locatorValue) |
|
LabelSD |
LabelSD.addPlatformLocatorForNativeApp(PlatformType platform,
LocateBy locateBy,
String locatorValue) |
|
ListBoxSD |
ListBoxSD.addPlatformLocatorForNativeApp(PlatformType platform,
LocateBy locateBy,
String locatorValue) |
|
RadioButtonGroupSD |
RadioButtonGroupSD.addPlatformLocatorForNativeApp(PlatformType platform,
LocateBy locateBy,
String locatorValue) |
|
RadioButtonSD |
RadioButtonSD.addPlatformLocatorForNativeApp(PlatformType platform,
LocateBy locateBy,
String locatorValue) |
|
TextAreaSD |
TextAreaSD.addPlatformLocatorForNativeApp(PlatformType platform,
LocateBy locateBy,
String locatorValue) |
|
TextBoxSD |
TextBoxSD.addPlatformLocatorForNativeApp(PlatformType platform,
LocateBy locateBy,
String locatorValue) |
|
WebPageTitleSD |
WebPageTitleSD.addPlatformLocatorForNativeApp(PlatformType platform,
LocateBy locateBy,
String locatorValue) |
|
ButtonSD |
ButtonSD.addPlatformLocatorForWebApp(PlatformType platform,
WebBrowserType browserType,
LocateBy locateBy,
String locatorValue) |
|
CheckBoxSD |
CheckBoxSD.addPlatformLocatorForWebApp(PlatformType platform,
WebBrowserType browserType,
LocateBy locateBy,
String locatorValue) |
|
ComboBoxSD |
ComboBoxSD.addPlatformLocatorForWebApp(PlatformType platform,
WebBrowserType browserType,
LocateBy locateBy,
String locatorValue) |
|
HyperlinkSD |
HyperlinkSD.addPlatformLocatorForWebApp(PlatformType platform,
WebBrowserType browserType,
LocateBy locateBy,
String locatorValue) |
|
ImageSD |
ImageSD.addPlatformLocatorForWebApp(PlatformType platform,
WebBrowserType browserType,
LocateBy locateBy,
String locatorValue) |
|
LabelSD |
LabelSD.addPlatformLocatorForWebApp(PlatformType platform,
WebBrowserType browserType,
LocateBy locateBy,
String locatorValue) |
|
ListBoxSD |
ListBoxSD.addPlatformLocatorForWebApp(PlatformType platform,
WebBrowserType browserType,
LocateBy locateBy,
String locatorValue) |
|
RadioButtonGroupSD |
RadioButtonGroupSD.addPlatformLocatorForWebApp(PlatformType platform,
WebBrowserType browserType,
LocateBy locateBy,
String locatorValue) |
|
RadioButtonSD |
RadioButtonSD.addPlatformLocatorForWebApp(PlatformType platform,
WebBrowserType browserType,
LocateBy locateBy,
String locatorValue) |
|
TextAreaSD |
TextAreaSD.addPlatformLocatorForWebApp(PlatformType platform,
WebBrowserType browserType,
LocateBy locateBy,
String locatorValue) |
|
TextBoxSD |
TextBoxSD.addPlatformLocatorForWebApp(PlatformType platform,
WebBrowserType browserType,
LocateBy locateBy,
String locatorValue) |
|
WebPageTitleSD |
WebPageTitleSD.addPlatformLocatorForWebApp(PlatformType platform,
WebBrowserType browserType,
LocateBy locateBy,
String locatorValue) |
|
Locator |
ButtonSD.getLocator(PlatformType platform,
ApplicationType appType,
WebBrowserType browserType) |
|
Locator |
CheckBoxSD.getLocator(PlatformType platform,
ApplicationType appType,
WebBrowserType browserType) |
|
Locator |
ComboBoxSD.getLocator(PlatformType platform,
ApplicationType appType,
WebBrowserType browserType) |
|
Locator |
HyperlinkSD.getLocator(PlatformType platform,
ApplicationType appType,
WebBrowserType browserType) |
|
Locator |
ImageSD.getLocator(PlatformType platform,
ApplicationType appType,
WebBrowserType browserType) |
|
Locator |
LabelSD.getLocator(PlatformType platform,
ApplicationType appType,
WebBrowserType browserType) |
|
Locator |
ListBoxSD.getLocator(PlatformType platform,
ApplicationType appType,
WebBrowserType browserType) |
|
Locator |
RadioButtonGroupSD.getLocator(PlatformType platform,
ApplicationType appType,
WebBrowserType browserType) |
|
Locator |
RadioButtonSD.getLocator(PlatformType platform,
ApplicationType appType,
WebBrowserType browserType) |
|
Locator |
TextAreaSD.getLocator(PlatformType platform,
ApplicationType appType,
WebBrowserType browserType) |
|
Locator |
TextBoxSD.getLocator(PlatformType platform,
ApplicationType appType,
WebBrowserType browserType) |
|
Locator |
WebPageTitleSD.getLocator(PlatformType platform,
ApplicationType appType,
WebBrowserType browserType) |
|