Select a frame by its (zero-based) index. Selecting a frame by index is equivalent to the JS expression window.frames[index] where "window" is the DOM window represented by the current context. Once the frame has been selected, all subsequent calls on the WebDriver interface are made to that frame.
(int index)
| 391 | * @throws NoSuchFrameException If the frame cannot be found |
| 392 | */ |
| 393 | WebDriver frame(int index); |
| 394 | |
| 395 | /** |
| 396 | * Select a frame by its name or ID. Frames located by matching name attributes are always given |
no outgoing calls