Package 

Class 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)
      • Methods inherited from class com.kaspersky.kaspresso.compose.pack.ActionsOnElementsPack

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ActionsOnElementsPack

        ActionsOnElementsPack()
    • 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.