KeyDown presses and holds a key.
(ctx context.Context, key string)
| 53 | KeyPress(ctx context.Context, keys string) error |
| 54 | // KeyDown presses and holds a key. |
| 55 | KeyDown(ctx context.Context, key string) error |
| 56 | // KeyUp releases a key. |
| 57 | KeyUp(ctx context.Context, key string) error |
| 58 | // Type types a string of text character-by-character. |
no outgoing calls
no test coverage detected