findByText method

BrownfieldSelection findByText(
  1. String text
)

Descends by visible text.

Implementation

BrownfieldSelection findByText(String text) => _append(_FindByTextStep(text));