Skip to content

Commit a5f0147

Browse files
authored
chore: remove unused commands (#1132)
1 parent ba38ccd commit a5f0147

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

appium/webdriver/mobilecommand.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ class MobileCommand:
3030
GET_CURRENT_CONTEXT = 'getCurrentContext'
3131
SWITCH_TO_CONTEXT = 'switchToContext'
3232

33-
TOUCH_ACTION = 'touchAction'
34-
MULTI_ACTION = 'multiAction'
35-
3633
BACKGROUND = 'background'
3734
GET_APP_STRINGS = 'getAppStrings'
3835

appium/webdriver/webdriver.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -479,10 +479,6 @@ def _add_commands(self) -> None:
479479

480480
self.command_executor.add_command(Command.GET_STATUS, 'GET', '/status')
481481

482-
# FIXME: remove after a while as MJSONWP
483-
self.command_executor.add_command(Command.TOUCH_ACTION, 'POST', '/session/$sessionId/touch/perform')
484-
self.command_executor.add_command(Command.MULTI_ACTION, 'POST', '/session/$sessionId/touch/multi/perform')
485-
486482
# TODO Move commands for element to webelement
487483
self.command_executor.add_command(Command.CLEAR, 'POST', '/session/$sessionId/element/$id/clear')
488484
self.command_executor.add_command(

0 commit comments

Comments
 (0)