Uses of Class
org.uitnet.testing.smartfwk.ui.core.objects.NewTextLocation
-
Uses of NewTextLocation in org.uitnet.testing.smartfwk.ui.core.events
Fields in org.uitnet.testing.smartfwk.ui.core.events declared as NewTextLocation Modifier and Type Field Description protected NewTextLocationKeyboardEvent. textLocationMethods in org.uitnet.testing.smartfwk.ui.core.events that return NewTextLocation Modifier and Type Method Description NewTextLocationKeyboardEvent. getTextLocation()Location where to type the text.Constructors in org.uitnet.testing.smartfwk.ui.core.events with parameters of type NewTextLocation Constructor Description KeyboardEvent(KeyboardEventName name, org.openqa.selenium.Keys key, String inputTextBeforeKeyAction, NewTextLocation textLocation) -
Uses of NewTextLocation in org.uitnet.testing.smartfwk.ui.core.objects
Methods in org.uitnet.testing.smartfwk.ui.core.objects that return NewTextLocation Modifier and Type Method Description static NewTextLocationNewTextLocation. valueOf(String name)Returns the enum constant of this type with the specified name.static NewTextLocation[]NewTextLocation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.uitnet.testing.smartfwk.ui.core.objects with parameters of type NewTextLocation Modifier and Type Method Description voidDOMObjectValidator. typeText(String text, NewTextLocation location, int maxIterationsToLocateElements)voidImageObjectValidator. typeText(String text, NewTextLocation location, int maxIterationsToLocateElements)abstract voidUIObjectValidator. typeText(String text, NewTextLocation location, int maxIterationsToLocateElements) -
Uses of NewTextLocation in org.uitnet.testing.smartfwk.ui.core.objects.textarea
Methods in org.uitnet.testing.smartfwk.ui.core.objects.textarea with parameters of type NewTextLocation Modifier and Type Method Description abstract voidTextAreaValidator. typeText(String textToType, NewTextLocation location, int maxIterationsToLocateElements) -
Uses of NewTextLocation in org.uitnet.testing.smartfwk.ui.core.objects.textbox
Methods in org.uitnet.testing.smartfwk.ui.core.objects.textbox with parameters of type NewTextLocation Modifier and Type Method Description abstract voidTextBoxValidator. typeText(String textToType, NewTextLocation location, int maxIterationsToLocateElements) -
Uses of NewTextLocation in org.uitnet.testing.smartfwk.ui.standard.domobj
Methods in org.uitnet.testing.smartfwk.ui.standard.domobj with parameters of type NewTextLocation Modifier and Type Method Description voidButtonValidatorSD. typeText(String textToType, NewTextLocation location, int maxIterationsToLocateElements)voidCheckBoxValidatorSD. typeText(String textToType, NewTextLocation location, int maxIterationsToLocateElements)voidComboBoxValidatorSD. typeText(String textToType, NewTextLocation location, int maxIterationsToLocateElements)voidHyperlinkValidatorSD. typeText(String textToType, NewTextLocation location, int maxIterationsToLocateElements)voidImageValidatorSD. typeText(String textToType, NewTextLocation location, int maxIterationsToLocateElements)voidLabelValidatorSD. typeText(String textToType, NewTextLocation location, int maxIterationsToLocateElements)voidListBoxValidatorSD. typeText(String textToType, NewTextLocation location, int maxIterationsToLocateElements)voidRadioButtonGroupValidatorSD. typeText(String textToType, NewTextLocation location, int maxIterationsToLocateElements)voidRadioButtonValidatorSD. typeText(String textToType, NewTextLocation location, int maxIterationsToLocateElements)voidTextAreaValidatorSD. typeText(String textToType, NewTextLocation location, int maxIterationsToLocateElements)voidTextBoxValidatorSD. typeText(String textToType, NewTextLocation location, int maxIterationsToLocateElements)voidWebPageTitleValidatorSD. typeText(String textToType, NewTextLocation location, int maxIterationsToLocateElements) -
Uses of NewTextLocation in org.uitnet.testing.smartfwk.ui.standard.imgobj
Methods in org.uitnet.testing.smartfwk.ui.standard.imgobj with parameters of type NewTextLocation Modifier and Type Method Description voidButtonValidatorSI. typeText(String text, NewTextLocation location, int maxIterationsToLocateElements)Deprecated.voidCheckBoxValidatorSI. typeText(String text, NewTextLocation location, int maxIterationsToLocateElements)Deprecated.voidComboBoxValidatorSI. typeText(String text, NewTextLocation location, int maxIterationsToLocateElements)voidHyperlinkValidatorSI. typeText(String text, NewTextLocation location, int maxIterationsToLocateElements)Deprecated.voidImageValidatorSI. typeText(String text, NewTextLocation location, int maxIterationsToLocateElements)Deprecated.voidLabelValidatorSI. typeText(String text, NewTextLocation location, int maxIterationsToLocateElements)Deprecated.voidListBoxValidatorSI. typeText(String text, NewTextLocation location, int maxIterationsToLocateElements)voidRadioButtonValidatorSI. typeText(String text, NewTextLocation location, int maxIterationsToLocateElements)Deprecated.voidTextAreaValidatorSI. typeText(String text, NewTextLocation location, int maxIterationsToLocateElements)voidTextBoxValidatorSI. typeText(String text, NewTextLocation location, int maxIterationsToLocateElements) -
Uses of NewTextLocation in org.uitnet.testing.smartfwk.ui.standard.imgobj.datagrid
Methods in org.uitnet.testing.smartfwk.ui.standard.imgobj.datagrid with parameters of type NewTextLocation Modifier and Type Method Description voidHeaderColumnValidatorSI. typeText(String text, NewTextLocation location, int maxIterationsToLocateElements)Deprecated.