NewSession starts a new session and returns the SessionInfo.
(capabilities Capabilities)
| 488 | type WebDriver interface { |
| 489 | // NewSession starts a new session and returns the SessionInfo. |
| 490 | NewSession(capabilities Capabilities) (SessionInfo, error) |
| 491 | |
| 492 | // DeleteSession Kills application associated with that session and removes session |
| 493 | // 1) alertsMonitor disable |
no outgoing calls