···772772 retry(tty_matches, timeout)
773773774774 def send_chars(self, chars: str, delay: float | None = 0.01) -> None:
775775- """
775775+ r"""
776776 Simulate typing a sequence of characters on the virtual keyboard,
777777 e.g., `send_chars("foobar\n")` will type the string `foobar`
778778 followed by the Enter key.