Skip to content

Commit 6417a89

Browse files
committed
Update webdriver.py
Start_y - y-coordinate for start, not end
1 parent b21bf61 commit 6417a89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appium/webdriver/webdriver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ def swipe(self, start_x, start_y, end_x, end_y, duration=None):
226226
227227
:Args:
228228
- start_x - x-coordinate at which to start
229-
- start_y - y-coordinate at which to end
229+
- start_y - y-coordinate at which to start
230230
- end_x - x-coordinate at which to stop
231231
- end_y - y-coordinate at which to stop
232232
- duration - (optional) time to take the swipe, in ms.

0 commit comments

Comments
 (0)