MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / getLocation

Method getLocation

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

Where on the page is the top left-hand corner of the rendered element? See W3C WebDriver specification for more details. @return A point, containing the location of the top left-hand corner of the element

()

Source from the content-addressed store, hash-verified

292 * @return A point, containing the location of the top left-hand corner of the element
293 */
294 Point getLocation();
295
296 /**
297 * What is the width and height of the rendered element?

Implementers 2

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

Calls

no outgoing calls