Skip to content

Instantly share code, notes, and snippets.

@seleniumgists
Created June 25, 2020 10:10
Show Gist options
  • Select an option

  • Save seleniumgists/403ffc7c88611e58b505c312ed8ff9e7 to your computer and use it in GitHub Desktop.

Select an option

Save seleniumgists/403ffc7c88611e58b505c312ed8ff9e7 to your computer and use it in GitHub Desktop.
generated automatically from #selenium on seleniumhq slack
def drag_by(ele, right_by, down_by)
selenium_instance.drag_and_drop_by(ele.native, right_by, down_by).perform
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment