Pulls the remote file to the local one.
(ctx context.Context, remote, local string)
| 49 | Push(ctx context.Context, local, remote string) error |
| 50 | // Pulls the remote file to the local one. |
| 51 | Pull(ctx context.Context, remote, local string) error |
| 52 | // KeyEvent simulates a key-event on the device. |
| 53 | KeyEvent(ctx context.Context, key KeyCode) error |
| 54 | // SendEvent simulates low-level user-input to the device. |
no outgoing calls