We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a49e149 commit 17e41a8Copy full SHA for 17e41a8
1 file changed
module/device/control.py
@@ -167,4 +167,4 @@ def drag(self, p1, p2, segments=1, shake=(0, 15), point_random=(-10, -10, 10, 10
167
logger.warning(f'Control method {method} does not support drag well, '
168
f'falling back to ADB swipe may cause unexpected behaviour')
169
self.swipe_adb(p1, p2, duration=ensure_time(swipe_duration * 2))
170
- self.click(Button(area=(), color=(), button=area_offset(point_random, p2), name=name))
+ self.click(Button(area=(), color=(), button=area_offset(point_random, p2), name=name ),False)
0 commit comments