public interface UIAutomationTextField extends UIAutomationElement
UIAutomationTextField interface allows access to, and control of, text field elements in your app.| Modifier and Type | Method and Description |
|---|---|
void |
setValue(CharSequence... keysToSend)
Sets the corresponding character sequence in the text field.
|
doubleTap, findElement, getLabel, getLocator, getName, getValue, scrollToVisible, tap, tapWithOptions, twoFingerTapvoid setValue(CharSequence... keysToSend)
keysToSend - CharSequence to set in the text field.Copyright © 2016 PayPal Open Source. All rights reserved.