Created
June 25, 2020 10:10
-
-
Save seleniumgists/403ffc7c88611e58b505c312ed8ff9e7 to your computer and use it in GitHub Desktop.
generated automatically from #selenium on seleniumhq slack
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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