-
public final class ActionsOnWebElementsPackThe builder class for parameters of com.kaspersky.kaspresso.compose.WebComposeProvider.compose method.
-
-
Constructor Summary
Constructors Constructor Description ActionsOnWebElementsPack(WebElementBuilder webElementBuilder)
-
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. -
-
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.
-
-
-
-