-
public final class ActionsOnElementsPackThe builder class for parameters of com.kaspersky.kaspresso.compose.ComposeProvider.compose method.
-
-
Constructor Summary
Constructors Constructor Description ActionsOnElementsPack()
-
Method Summary
Modifier and Type Method Description final <Type extends BaseActions, BaseAssertions, Interceptable<ViewInteraction, ViewAssertion, ViewAction>> ComplexComposeBranchBuilder<Type>or(Type element, Function1<Type, Unit> action)Adds the element of type Type and the action to complexComposeBranchBuilders and action for future composing where Type is bounding by KBaseView (Kakao) final <Type extends UiBaseActions, UiBaseAssertions, UiInterceptable<UiObjectInteraction, UiOperation<UiObject2>, UiOperation<UiObject2>>> ComplexComposeBranchBuilder<Type>or(Type element, Function1<Type, Unit> action)Adds the element of type Type and the action to complexComposeBranchBuilders and action for future composing where Type is bounding by UiBaseView (Kautomator) -
-
Method Detail
-
or
final <Type extends BaseActions, BaseAssertions, Interceptable<ViewInteraction, ViewAssertion, ViewAction>> ComplexComposeBranchBuilder<Type> or(Type element, Function1<Type, Unit> action)
Adds the element of type Type and the action to complexComposeBranchBuilders and action for future composing where Type is bounding by KBaseView (Kakao)
- Parameters:
element- the interacted view.action- actions or assertions on the interacted view.
-
or
final <Type extends UiBaseActions, UiBaseAssertions, UiInterceptable<UiObjectInteraction, UiOperation<UiObject2>, UiOperation<UiObject2>>> ComplexComposeBranchBuilder<Type> or(Type element, Function1<Type, Unit> action)
Adds the element of type Type and the action to complexComposeBranchBuilders and action for future composing where Type is bounding by UiBaseView (Kautomator)
- Parameters:
element- the interacted view.action- actions or assertions on the interacted view.
-
-
-
-