Created
October 7, 2021 00:37
-
-
Save dannyshain/d3b1a45811aaa920e2db197addac55ba to your computer and use it in GitHub Desktop.
This file contains 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
Map<String, Object> args = new HashMap<>(); | |
args.put("direction", "up"); | |
driver.executeScript("mobile: swipe", args); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment