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, waitFor
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clearText, setText
findElement, getLocator, getValue, tap
public UiTextView(String locator)
public void setValue(CharSequence... keysToSend)
MobileTextField
setValue
in interface MobileTextField
public void sendKeys(String keys)
MobileTextField
sendKeys
in interface MobileTextField
keys
- keys to send to elementCopyright © 2016 PayPal Open Source. All rights reserved.