-
- All Implemented Interfaces:
-
com.kaspersky.components.kautomator.intercept.interaction.UiInteraction
public final class UiDeviceInteraction implements UiInteraction<UiOperation<UiDevice>, UiOperation<UiDevice>>
Provides an interaction to work with the UiDevice
-
-
Field Summary
Fields Modifier and Type Field Description private final UiDevicedevice
-
Constructor Summary
Constructors Constructor Description UiDeviceInteraction(UiDevice device)
-
Method Summary
Modifier and Type Method Description Unitcheck(UiOperation<UiDevice> assertion)Unitperform(UiOperation<UiDevice> action)StringtoString()final UiDevicegetDevice()-
-
Method Detail
-
check
Unit check(UiOperation<UiDevice> assertion)
-
perform
Unit perform(UiOperation<UiDevice> action)
-
getDevice
final UiDevice getDevice()
-
-
-
-