Get the size of the current window. This will return the outer window dimension, not just the view port. See W3C WebDriver specification for more details. @return The current window size.
()
| 550 | * @return The current window size. |
| 551 | */ |
| 552 | Dimension getSize(); |
| 553 | |
| 554 | /** |
| 555 | * Set the size of the current window. This will change the outer window dimension, not just the |
no outgoing calls