SwitchFrame switches to the given frame. The frame parameter can be the frame's ID as a string, its WebElement instance as returned by GetElement, or nil to switch to the current top-level browsing context.
(frame interface{})
| 264 | // frame's ID as a string, its WebElement instance as returned by |
| 265 | // GetElement, or nil to switch to the current top-level browsing context. |
| 266 | SwitchFrame(frame interface{}) error |
| 267 | // SwitchWindow switches the context to the specified window. |
| 268 | SwitchWindow(name string) error |
| 269 | // CloseWindow closes the specified window. |
no outgoing calls