File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -718,3 +718,5 @@ def _addCommands(self):
718718 ('POST' , '/session/$sessionId/appium/app/end_test_coverage' )
719719 self .command_executor ._commands [Command .OPEN_NOTIFICATIONS ] = \
720720 ('POST' , '/session/$sessionId/appium/device/open_notifications' )
721+ self .command_executor ._commands [Command .SET_IMMEDIATE_VALUE ] = \
722+ ('POST' , '/session/$sessionId/appium/element/$id/value' )
Original file line number Diff line number Diff line change @@ -371,8 +371,6 @@ def clear(self):
371371 return self
372372
373373 def _addCommands (self ):
374- self .command_executor ._commands [Command .SET_IMMEDIATE_VALUE ] = \
375- ('POST' , '/session/$sessionId/appium/element/$id/value' )
376374 self .command_executor ._commands [Command .REPLACE_KEYS ] = \
377375 ('POST' , '/session/$sessionId/appium/element/$id/replace_value' )
378376 self .command_executor ._commands [Command .CLEAR ] = \
You can’t perform that action at this time.
0 commit comments