visibleText property
Visible text within this element.
This should return the value of webdriver's getText()
,
but behaviour may vary for the different pageloader implementations.
Implementation
@override
String get visibleText =>
_retryWhenStale(() => _normalize(_elementText([_single])!));