-
-
Method parameters in org.uitnet.testing.smartfwk.ui.core.utils with type arguments of type Locator
| 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) |
|
-
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.platFormLocators |
|
protected Map<String,Locator> |
CheckBoxSD.platFormLocators |
|
protected Map<String,Locator> |
ComboBoxSD.platFormLocators |
|
protected Map<String,Locator> |
HyperlinkSD.platFormLocators |
|
protected Map<String,Locator> |
ImageSD.platFormLocators |
|
protected Map<String,Locator> |
LabelSD.platFormLocators |
|
protected Map<String,Locator> |
ListBoxSD.platFormLocators |
|
protected Map<String,Locator> |
RadioButtonGroupSD.platFormLocators |
|
protected Map<String,Locator> |
RadioButtonSD.platFormLocators |
|
protected Map<String,Locator> |
TextAreaSD.platFormLocators |
|
protected Map<String,Locator> |
TextBoxSD.platFormLocators |
|
protected Map<String,Locator> |
WebPageTitleSD.platFormLocators |
|
Methods in org.uitnet.testing.smartfwk.ui.standard.domobj that return Locator
| Modifier and Type |
Method |
Description |
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) |
|
Methods 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> |
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) |
|
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) |
|