Set the size of the current window. This will change the outer window dimension, not just the view port, synonymous to window.resizeTo() in JS. See W3C WebDriver specification for more details. @param targetSize The target size.
(Dimension targetSize)
| 561 | * @param targetSize The target size. |
| 562 | */ |
| 563 | void setSize(Dimension targetSize); |
| 564 | |
| 565 | /** |
| 566 | * Get the position of the current window, relative to the upper left corner of the screen. |
no outgoing calls