MCPcopy
hub / github.com/appium/python-client / _add_commands

Method _add_commands

appium/webdriver/extensions/remote_fs.py:107–110  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

105 return self
106
107 def _add_commands(self) -> None:
108 self.command_executor.add_command(Command.PULL_FILE, 'POST', '/session/$sessionId/appium/device/pull_file')
109 self.command_executor.add_command(Command.PULL_FOLDER, 'POST', '/session/$sessionId/appium/device/pull_folder')
110 self.command_executor.add_command(Command.PUSH_FILE, 'POST', '/session/$sessionId/appium/device/push_file')

Callers

nothing calls this directly

Calls 1

add_commandMethod · 0.45

Tested by

no test coverage detected