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 =>
throw NullPageLoaderElementAccessException('visibleText', this);