public class UiTextView extends UiObject implements MobileTextField
UiTextView interface allows access to, and control of, text field elements in your Android app.| Constructor and Description |
|---|
UiTextView(String locator) |
| Modifier and Type | Method and Description |
|---|---|
void |
sendKeys(String keys)
send keys to element without cleaning its values
|
void |
setValue(CharSequence... keysToSend)
deprecated because of wrong name.
|
clearText, click, clickBottomRight, clickTopLeft, findElement, getBridgeDriver, getLocator, getText, getValue, isCheckable, isChecked, isClickable, isEnabled, isFocusable, isFocused, isLongClickable, isScrollable, isSelected, longClick, longClickBottomRight, longClickTopLeft, setText, swipeDown, swipeLeft, swipeRight, swipeUp, tap, waitForclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclearText, setTextfindElement, getLocator, getValue, tappublic UiTextView(String locator)
public void setValue(CharSequence... keysToSend)
MobileTextFieldsetValue in interface MobileTextFieldpublic void sendKeys(String keys)
MobileTextFieldsendKeys in interface MobileTextFieldkeys - keys to send to elementCopyright © 2016 PayPal Open Source. All rights reserved.