We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdddcd0 commit 76eef86Copy full SHA for 76eef86
docs/android-mobile-gestures.md
@@ -279,6 +279,17 @@ Available since Appium v1.19
279
));
280
```
281
282
+```python
283
+# Python
284
+driver.execute_script('mobile: swipeGesture', {
285
+ 'left': 100,
286
+ 'top': 100,
287
+ 'width': 200,
288
+ 'height': 200,
289
+ 'direction': direction, 'percent': 0.75
290
+})
291
+```
292
+
293
294
### mobile: scrollGesture
295
0 commit comments