Type types a string of text character-by-character.
(ctx context.Context, text string)
| 57 | KeyUp(ctx context.Context, key string) error |
| 58 | // Type types a string of text character-by-character. |
| 59 | Type(ctx context.Context, text string) error |
| 60 | |
| 61 | // CursorPosition returns the current cursor coordinates. |
| 62 | CursorPosition(ctx context.Context) (x, y int, err error) |
no outgoing calls
no test coverage detected