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

Method getRect

java/src/org/openqa/selenium/WebElement.java:311–311  ·  view source on GitHub ↗

@return The location and size of the rendered element See W3C WebDriver specification for more details.

()

Source from the content-addressed store, hash-verified

309 * specification</a> for more details.
310 */
311 Rectangle getRect();
312
313 /**
314 * Get the value of a given CSS property. Color values could be returned as rgba or rgb strings.

Implementers 2

RemoteWebElementjava/src/org/openqa/selenium/remote/Re
WrappedWebElementjava/test/org/openqa/selenium/WrappedW

Calls

no outgoing calls