File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -30,9 +30,6 @@ class MobileCommand:
30
30
GET_CURRENT_CONTEXT = 'getCurrentContext'
31
31
SWITCH_TO_CONTEXT = 'switchToContext'
32
32
33
- TOUCH_ACTION = 'touchAction'
34
- MULTI_ACTION = 'multiAction'
35
-
36
33
BACKGROUND = 'background'
37
34
GET_APP_STRINGS = 'getAppStrings'
38
35
Original file line number Diff line number Diff line change @@ -479,10 +479,6 @@ def _add_commands(self) -> None:
479
479
480
480
self .command_executor .add_command (Command .GET_STATUS , 'GET' , '/status' )
481
481
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
-
486
482
# TODO Move commands for element to webelement
487
483
self .command_executor .add_command (Command .CLEAR , 'POST' , '/session/$sessionId/element/$id/clear' )
488
484
self .command_executor .add_command (
You can’t perform that action at this time.
0 commit comments