hasInnerText function
Matcher
hasInnerText(
- dynamic matcher
A matcher that matches the given matcher against an element's inner text.
Implementation
Matcher hasInnerText(matcher) => _HasInnerText(matcher);