Method: Selenium::WebDriver::Element#location
- Defined in:
- lib/selenium/webdriver/common/element.rb
#location ⇒ WebDriver::Point
Get the location of this element.
286 287 288 |
# File 'lib/selenium/webdriver/common/element.rb', line 286 def location bridge.element_location @id end |