Skip to content

Commit bd19755

Browse files
committed
Revert actions change
1 parent 8314e07 commit bd19755

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

appium/webdriver/common/touch_action.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def release(self):
9090
def perform(self):
9191
"""Perform the action by sending the commands to the server to be operated upon
9292
"""
93-
params = {'gestures': self._actions}
93+
params = {'actions': self._actions}
9494
self._driver.execute(Command.TOUCH_ACTION, params)
9595

9696
# get rid of actions so the object can be reused

0 commit comments

Comments
 (0)