public class DetoxViewActions
| Modifier and Type | Field and Description |
|---|---|
static DetoxViewActions |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
androidx.test.espresso.ViewAction |
doubleTap() |
androidx.test.espresso.ViewAction |
multiTap(int times) |
androidx.test.espresso.ViewAction |
scrollDownBy(double amountInDp,
java.lang.Float startOffsetPercentX,
java.lang.Float startOffsetPercentY) |
androidx.test.espresso.ViewAction |
scrollLeftBy(double amountInDp,
java.lang.Float startOffsetPercentX,
java.lang.Float startOffsetPercentY) |
androidx.test.espresso.ViewAction |
scrollRightBy(double amountInDp,
java.lang.Float startOffsetPercentX,
java.lang.Float startOffsetPercentY) |
androidx.test.espresso.ViewAction |
scrollUpBy(double amountInDp,
java.lang.Float startOffsetPercentX,
java.lang.Float startOffsetPercentY) |
androidx.test.espresso.ViewAction |
tap() |
public static DetoxViewActions INSTANCE
@NotNull public androidx.test.espresso.ViewAction tap()
@NotNull public androidx.test.espresso.ViewAction doubleTap()
@NotNull public androidx.test.espresso.ViewAction multiTap(int times)
@NotNull
public androidx.test.espresso.ViewAction scrollUpBy(double amountInDp,
@Nullable
java.lang.Float startOffsetPercentX,
@Nullable
java.lang.Float startOffsetPercentY)
@NotNull
public androidx.test.espresso.ViewAction scrollDownBy(double amountInDp,
@Nullable
java.lang.Float startOffsetPercentX,
@Nullable
java.lang.Float startOffsetPercentY)
@NotNull
public androidx.test.espresso.ViewAction scrollLeftBy(double amountInDp,
@Nullable
java.lang.Float startOffsetPercentX,
@Nullable
java.lang.Float startOffsetPercentY)
@NotNull
public androidx.test.espresso.ViewAction scrollRightBy(double amountInDp,
@Nullable
java.lang.Float startOffsetPercentX,
@Nullable
java.lang.Float startOffsetPercentY)