hasTextAt function

Matcher hasTextAt(
  1. int x,
  2. int y,
  3. String text
)

Matches if terminal has text at the specified position

Implementation

Matcher hasTextAt(int x, int y, String text) => HasTextAt(x, y, text);