Skip to content

Commit df780fb

Browse files
author
Pier André Parent
committed
Added documentation
1 parent 4243773 commit df780fb

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

AppiumLibrary/keywords/_applicationmanagement.py

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,16 @@ def execute_async_script(self, script):
216216

217217
def execute_adb_shell(self, command, *args):
218218
"""
219-
Execute Adb shell
219+
Execute ADB shell commands
220+
221+
Android only.
222+
223+
- _command_ - The ABD shell command
224+
- _args_ - Arguments to send to command
225+
226+
Returns the exit code of ADB shell.
227+
228+
Requires server flag --relaxed-security to be set.
220229
"""
221230
return self._current_application().execute_script('mobile: shell', {
222231
'command': command,

0 commit comments

Comments
 (0)