We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8314e07 commit bd19755Copy full SHA for bd19755
1 file changed
appium/webdriver/common/touch_action.py
@@ -90,7 +90,7 @@ def release(self):
90
def perform(self):
91
"""Perform the action by sending the commands to the server to be operated upon
92
"""
93
- params = {'gestures': self._actions}
+ params = {'actions': self._actions}
94
self._driver.execute(Command.TOUCH_ACTION, params)
95
96
# get rid of actions so the object can be reused
0 commit comments