MCPcopy Index your code
hub / github.com/SeleniumHQ/selenium / newWindow

Method newWindow

java/src/org/openqa/selenium/WebDriver.java:456–456  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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

Implementers 2

RemoteTargetLocatorjava/src/org/openqa/selenium/remote/Re
TargetLocatorjavascript/selenium-webdriver/lib/webd

Calls

no outgoing calls