WebAssertions

public interface WebAssertions

Interface that provides assertions for WebViews

Inheritors

Functions

Link copied to clipboard
public Unit containsText(String text)

Checks if element contains given text

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

Checks if element has given text

Link copied to clipboard
public Unit matches<T extends Any>(Atom<T> value, Matcher<T> matcher)

Checks if element matches given matcher