foodsoft/spec/support/integration.rb
2016-02-18 23:52:07 +01:00

5 lines
120 B
Ruby

# @see http://stackoverflow.com/a/11048669/2866660
def scrolldown
page.execute_script "window.scrollBy(0,10000)"
end