assertSeeAnythingIn abstract method

FutureOr<Browser> assertSeeAnythingIn(
  1. String selector
)
inherited

Asserts that the specified element contains any text.

selector is the CSS selector for the element.

Implementation

FutureOr<Browser> assertSeeAnythingIn(String selector);