Method: Selenium::WebDriver::Remote::Bridge#element_location_once_scrolled_into_view

Defined in:
lib/selenium/webdriver/remote/bridge.rb

#element_location_once_scrolled_into_view(element) ⇒ Object

[View source]

443
444
445
446
# File 'lib/selenium/webdriver/remote/bridge.rb', line 443

def element_location_once_scrolled_into_view(element)
  send_keys_to_element(element, [''])
  element_location(element)
end