findText function

Finder findText(
  1. String text
)

Implementation

Finder findText(String text) => TextFinder(text);