(self)
| 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') |
nothing calls this directly
no test coverage detected