-
- All Implemented Interfaces:
public class DetoxViewActions
An alternative to ViewActions - providing alternative implementations, where needed.
-
-
Method Summary
Modifier and Type Method Description static ViewAction
click()
static ViewAction
typeText(String text)
-
-
Method Detail
-
click
static ViewAction click()
-
typeText
static ViewAction typeText(String text)
-
-
-
-