We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fun typeValueInTextField(text: String): ViewAction
fun typeValueInTextField(text:
String
): ViewAction
Set a value to the EditText inside the TextField.
Example usage:
onView(withId(R.id.the_textfield_id)).perform(typeValueInTextField("my text"))
text - the string to be set.
text