public interface MobileTextField extends MobileElement
MobileTextField
interface allows access to, and control of, text field elements in your app.Modifier and Type | Method and Description |
---|---|
void |
clearText()
clear the current text inside the element
|
void |
sendKeys(String keys)
send keys to element without cleaning its values
|
void |
setText(String text)
clear the existing text in text field and sets the text in the text field.
|
void |
setValue(CharSequence... keysToSend)
Deprecated.
|
findElement, getLocator, getValue, tap
void clearText()
void sendKeys(String keys)
keys
- keys to send to elementvoid setText(String text)
text
- text to set in the text field.@Deprecated void setValue(CharSequence... keysToSend)
Copyright © 2016 PayPal Open Source. All rights reserved.