Method: Selenium::WebDriver::Element#location_once_scrolled_into_view
- Defined in:
- lib/selenium/webdriver/common/element.rb
#location_once_scrolled_into_view ⇒ WebDriver::Point
Determine an element’s location on the screen once it has been scrolled into view.
306 307 308 |
# File 'lib/selenium/webdriver/common/element.rb', line 306 def location_once_scrolled_into_view bridge.element_location_once_scrolled_into_view @id end |