KeyUp indicates that a previous keystroke sent by KeyDown should be released.
(keys string)
| 330 | // KeyUp indicates that a previous keystroke sent by KeyDown should be |
| 331 | // released. |
| 332 | KeyUp(keys string) error |
| 333 | // Screenshot takes a screenshot of the browser window. |
| 334 | Screenshot() ([]byte, error) |
| 335 | // Log fetches the logs. Log types must be previously configured in the |
no outgoing calls