foodsoft/spec/support/integration.rb
2021-03-02 09:12:19 +01:00

4 lines
119 B
Ruby

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