Return a set of window handles which can be used to iterate over all open windows of this WebDriver instance by passing them to #switchTo().Options#window() See W3C WebDriver specification for more details. @retur
()
| 165 | * @return A set of window handles which can be used to iterate over all open windows. |
| 166 | */ |
| 167 | Set<String> getWindowHandles(); |
| 168 | |
| 169 | /** |
| 170 | * Return an opaque handle to this window that uniquely identifies it within this driver instance. |
no outgoing calls