MCPcopy Index your code
hub / github.com/SeleniumHQ/selenium / getSize

Method getSize

java/src/org/openqa/selenium/WebDriver.java:552–552  ·  view source on GitHub ↗

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.

()

Source from the content-addressed store, hash-verified

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

Implementers 2

RemoteWindowjava/src/org/openqa/selenium/remote/Re
DecoratedWindowTestjava/test/org/openqa/selenium/support/

Calls

no outgoing calls