-
- All Implemented Interfaces:
-
io.github.kakaocup.kakao.web.WebActions,io.github.kakaocup.kakao.web.WebAssertions
public final class WebElementBuilder.KWebInteraction implements WebActions, WebAssertions
-
-
Field Summary
Fields Modifier and Type Field Description private final WebInteractionDelegatewebprivate final Atom<ElementReference>ref
-
Constructor Summary
Constructors Constructor Description WebElementBuilder.KWebInteraction(WebInteractionDelegate web, Atom<ElementReference> ref)
-
Method Summary
Modifier and Type Method Description WebInteractionDelegategetWeb()Atom<ElementReference>getRef()-
-
Constructor Detail
-
WebElementBuilder.KWebInteraction
WebElementBuilder.KWebInteraction(WebInteractionDelegate web, Atom<ElementReference> ref)
-
-
Method Detail
-
getWeb
WebInteractionDelegate getWeb()
-
getRef
Atom<ElementReference> getRef()
-
-
-
-