WebActions

public interface WebActions

Provides action for interacting with WebViews

See also

WebView

Inheritors

Functions

Link copied to clipboard
public Unit clear()

Clears the element

Link copied to clipboard
public Unit click()

Clicks on element

Link copied to clipboard
public abstract Atom<ElementReference> getRef()
Link copied to clipboard
public abstract WebInteractionDelegate getWeb()
Link copied to clipboard
public Unit keys(String text)

Input keys with element in focus

Link copied to clipboard
public Unit scroll()

Scrolls to the element inside WebView