()
| 645 | } |
| 646 | |
| 647 | func (wd *remoteWD) Refresh() error { |
| 648 | return wd.voidCommand("/session/%s/refresh", nil) |
| 649 | } |
| 650 | |
| 651 | func (wd *remoteWD) Title() (string, error) { |
| 652 | return wd.stringCommand("/session/%s/title") |
nothing calls this directly
no test coverage detected