Package 

Class ActionsOnWebElementsPack

    • Method Summary

      Modifier and Type Method Description
      final ComplexComposeBranchBuilder<WebElementBuilder.KWebInteraction> orWithElement(Locator locator, String value, Function1<WebElementBuilder.KWebInteraction, Unit> action) Builds the lambda to add to actions that invokes the given action on the web element built by webElementBuilder with given locator and value.
      • Methods inherited from class com.kaspersky.kaspresso.compose.pack.ActionsOnWebElementsPack

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

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

      • ActionsOnWebElementsPack

        ActionsOnWebElementsPack(WebElementBuilder webElementBuilder)
    • Method Detail

      • orWithElement

         final ComplexComposeBranchBuilder<WebElementBuilder.KWebInteraction> orWithElement(Locator locator, String value, Function1<WebElementBuilder.KWebInteraction, Unit> action)

        Builds the lambda to add to actions that invokes the given action on the web element built by webElementBuilder with given locator and value.

        Parameters:
        locator - the locator type of web view element.
        value - the value to be searched for in web view.
        action - actions or assertions on the interacted view.