Posts by Joyce Bastos • 1 point
1 post
-
0
votes1
answer332
viewsQ: Swipe using the Appium tool
I’m learning about a new mobile automated testing tool called Appium, and one of the tests I created was: @Test public void Swipe () throws InterruptedException{ Thread.sleep(4000);…