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
()
| 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. |
no outgoing calls