getInnerText function
Gets the innerText of a PageLoaderElement/PageObject.
Implementation
String getInnerText(item) =>
_rootElementOfAndRethrow(item, 'getInnerText').innerText;
Gets the innerText of a PageLoaderElement/PageObject.
String getInnerText(item) =>
_rootElementOfAndRethrow(item, 'getInnerText').innerText;