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

Method parentFrame

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

Change focus to the parent context. If the current context is the top level browsing context, the context remains unchanged. See W3C WebDriver specification for more details. @return This driver focused on the parent frame

()

Source from the content-addressed store, hash-verified

427 * @return This driver focused on the parent frame
428 */
429 WebDriver parentFrame();
430
431 /**
432 * Switch the focus of future commands for this driver to the window with the given name/handle.

Implementers 2

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

Calls

no outgoing calls