-
-
-
Methods in org.uitnet.testing.smartfwk.ui.core.objects with parameters of type NewTextLocation
| Modifier and Type |
Method |
Description |
DOMObjectValidator |
DOMObjectValidator.typeText(String text,
NewTextLocation location,
int maxIterationsToLocateElements) |
|
DOMObjectValidator |
DOMObjectValidator.typeText(String text,
NewTextLocation location,
int typeSpeedInMspc,
boolean clickBeforeType,
int maxIterationsToLocateElements) |
Used to type the text on textbox and textarea componenets.
|
ImageObjectValidator |
ImageObjectValidator.typeText(String text,
NewTextLocation location,
int maxIterationsToLocateElements) |
|
abstract UIObjectValidator |
UIObjectValidator.typeText(String text,
NewTextLocation location,
int maxIterationsToLocateElements) |
|
-
-
-
Methods in org.uitnet.testing.smartfwk.ui.standard.domobj with parameters of type NewTextLocation
| Modifier and Type |
Method |
Description |
ButtonValidatorSD |
ButtonValidatorSD.typeText(String textToType,
NewTextLocation location,
int maxIterationsToLocateElements) |
|
CheckBoxValidatorSD |
CheckBoxValidatorSD.typeText(String textToType,
NewTextLocation location,
int maxIterationsToLocateElements) |
|
ComboBoxValidatorSD |
ComboBoxValidatorSD.typeText(String textToType,
NewTextLocation location,
int maxIterationsToLocateElements) |
|
HyperlinkValidatorSD |
HyperlinkValidatorSD.typeText(String textToType,
NewTextLocation location,
int maxIterationsToLocateElements) |
|
ImageValidatorSD |
ImageValidatorSD.typeText(String textToType,
NewTextLocation location,
int maxIterationsToLocateElements) |
|
InputFileValidatorSD |
InputFileValidatorSD.typeText(String textToType,
NewTextLocation location,
int maxIterationsToLocateElements) |
|
LabelValidatorSD |
LabelValidatorSD.typeText(String textToType,
NewTextLocation location,
int maxIterationsToLocateElements) |
|
ListBoxValidatorSD |
ListBoxValidatorSD.typeText(String textToType,
NewTextLocation location,
int maxIterationsToLocateElements) |
|
MultiStateElementValidatorSD |
MultiStateElementValidatorSD.typeText(String textToType,
NewTextLocation location,
int maxIterationsToLocateElements) |
|
RadioButtonGroupValidatorSD |
RadioButtonGroupValidatorSD.typeText(String textToType,
NewTextLocation location,
int maxIterationsToLocateElements) |
|
RadioButtonValidatorSD |
RadioButtonValidatorSD.typeText(String textToType,
NewTextLocation location,
int maxIterationsToLocateElements) |
|
ScrollbarValidatorSD |
ScrollbarValidatorSD.typeText(String textToType,
NewTextLocation location,
int maxIterationsToLocateElements) |
|
TextAreaValidatorSD |
TextAreaValidatorSD.typeText(String textToType,
NewTextLocation location,
int maxIterationsToLocateElements) |
|
TextAreaValidatorSD |
TextAreaValidatorSD.typeText(String textToType,
NewTextLocation location,
int typeSpeedInMspc,
boolean clickBeforeType,
int maxIterationsToLocateElements) |
|
TextBoxValidatorSD |
TextBoxValidatorSD.typeText(String textToType,
NewTextLocation location,
int maxIterationsToLocateElements) |
|
TextBoxValidatorSD |
TextBoxValidatorSD.typeText(String textToType,
NewTextLocation location,
int typeSpeedInMspc,
boolean clickBeforeType,
int maxIterationsToLocateElements) |
|
TextValidatorSD |
TextValidatorSD.typeText(String textToType,
NewTextLocation location,
int maxIterationsToLocateElements) |
|
WebPageTitleValidatorSD |
WebPageTitleValidatorSD.typeText(String textToType,
NewTextLocation location,
int maxIterationsToLocateElements) |
|
-
Methods in org.uitnet.testing.smartfwk.ui.standard.imgobj with parameters of type NewTextLocation
| Modifier and Type |
Method |
Description |
ButtonValidatorSI |
ButtonValidatorSI.typeText(String text,
NewTextLocation location,
int maxIterationsToLocateElements) |
Deprecated.
|
CheckBoxValidatorSI |
CheckBoxValidatorSI.typeText(String text,
NewTextLocation location,
int maxIterationsToLocateElements) |
Deprecated.
|
ComboBoxValidatorSI |
ComboBoxValidatorSI.typeText(String text,
NewTextLocation location,
int maxIterationsToLocateElements) |
|
HyperlinkValidatorSI |
HyperlinkValidatorSI.typeText(String text,
NewTextLocation location,
int maxIterationsToLocateElements) |
Deprecated.
|
ImageValidatorSI |
ImageValidatorSI.typeText(String text,
NewTextLocation location,
int maxIterationsToLocateElements) |
Deprecated.
|
LabelValidatorSI |
LabelValidatorSI.typeText(String text,
NewTextLocation location,
int maxIterationsToLocateElements) |
Deprecated.
|
ListBoxValidatorSI |
ListBoxValidatorSI.typeText(String text,
NewTextLocation location,
int maxIterationsToLocateElements) |
|
RadioButtonValidatorSI |
RadioButtonValidatorSI.typeText(String text,
NewTextLocation location,
int maxIterationsToLocateElements) |
Deprecated.
|
TextAreaValidatorSI |
TextAreaValidatorSI.typeText(String text,
NewTextLocation location,
int maxIterationsToLocateElements) |
|
TextAreaValidatorSI |
TextAreaValidatorSI.typeText(String text,
NewTextLocation location,
int typeSpeedInMspc,
boolean clickBeforeType,
int maxIterationsToLocateElements) |
|
TextBoxValidatorSI |
TextBoxValidatorSI.typeText(String text,
NewTextLocation location,
int maxIterationsToLocateElements) |
|
TextBoxValidatorSI |
TextBoxValidatorSI.typeText(String text,
NewTextLocation location,
int typeSpeedInMspc,
boolean clickBeforeType,
int maxIterationsToLocateElements) |
|
TextValidatorSI |
TextValidatorSI.typeText(String text,
NewTextLocation location,
int maxIterationsToLocateElements) |
Deprecated.
|
-