Creates a new browser window and switches the focus for future commands of this driver to the new window. See W3C WebDriver specification for more details. @param typeHint The type of new browser window to be created. The created window
(WindowType typeHint)
| 454 | * @return This driver focused on the given window |
| 455 | */ |
| 456 | WebDriver newWindow(WindowType typeHint); |
| 457 | |
| 458 | /** |
| 459 | * Selects either the first frame on the page, or the main document when a page contains |
no outgoing calls