Type writes to the stdin slowly with 50 ms delays
(data []byte)
| 54 | |
| 55 | // Type writes to the stdin slowly with 50 ms delays |
| 56 | Type(data []byte) error |
| 57 | |
| 58 | // Read reads from the stdout of the session. |
| 59 | Read(data []byte) (int, error) |
no outgoing calls