Skip to content

Locator

curtaincall.locator.Locator

Lazy locator that finds text on a terminal screen.

Created by Terminal.get_by_text(). Doesn't search until properties are accessed or the locator is passed to expect().

cells property

Find all matching cell positions on the screen.

is_visible()

Check if the text is currently visible on screen (no waiting).

text()

Return the matched text content.