-
- All Implemented Interfaces:
-
androidx.test.espresso.ViewAction
,com.wix.detox.espresso.ViewActionWithResult
public class TakeViewScreenshotAction implements ViewActionWithResult<ScreenshotResult>
-
-
Constructor Summary
Constructors Constructor Description TakeViewScreenshotAction(ViewScreenshot viewScreenshot)
-
Method Summary
Modifier and Type Method Description Unit
perform(UiController uiController, View view)
ScreenshotResult
getResult()
String
getDescription()
Matcher<View>
getConstraints()
-
-
Constructor Detail
-
TakeViewScreenshotAction
TakeViewScreenshotAction(ViewScreenshot viewScreenshot)
-
-
Method Detail
-
perform
Unit perform(UiController uiController, View view)
-
getResult
ScreenshotResult getResult()
-
getDescription
String getDescription()
-
getConstraints
Matcher<View> getConstraints()
-
-
-
-