Keyboard operations. KeyPress sends a key-down then key-up for a key combo string (e.g. "Return", "ctrl+c").
(ctx context.Context, keys string)
| 51 | // KeyPress sends a key-down then key-up for a key combo string |
| 52 | // (e.g. "Return", "ctrl+c"). |
| 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. |
no outgoing calls
no test coverage detected