findByText method

BrownfieldSelection findByText(
  1. String text
)

Selects descendants by visible text.

Implementation

BrownfieldSelection findByText(String text) => root.findByText(text);