Status returns various pieces of information about the server environment.
()
| 215 | type WebDriver interface { |
| 216 | // Status returns various pieces of information about the server environment. |
| 217 | Status() (*Status, error) |
| 218 | |
| 219 | // NewSession starts a new session and returns the session ID. |
| 220 | NewSession() (string, error) |
no outgoing calls