Method: Selenium::WebDriver::Element#location

Defined in:
lib/selenium/webdriver/common/element.rb

#locationWebDriver::Point

Get the location of this element.

Returns:



286
287
288
# File 'lib/selenium/webdriver/common/element.rb', line 286

def location
  bridge.element_location @id
end