Close closes the current window.
()
| 260 | PageSource() (string, error) |
| 261 | // Close closes the current window. |
| 262 | Close() error |
| 263 | // SwitchFrame switches to the given frame. The frame parameter can be the |
| 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. |
no outgoing calls