hasInnerText function

Matcher hasInnerText(
  1. dynamic matcher
)

A matcher that matches the given matcher against an element's inner text.

Implementation

Matcher hasInnerText(matcher) => _HasInnerText(matcher);