Return an opaque handle to this window that uniquely identifies it within this driver instance. This can be used to switch to this window at a later date See W3C WebDriver specification for more details. @return the current window
()
| 176 | * @return the current window handle |
| 177 | */ |
| 178 | String getWindowHandle(); |
| 179 | |
| 180 | /** |
| 181 | * Send future commands to a different frame or window. |
no outgoing calls