Skip to content

Commit fb2afa6

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AppiumLibrary/keywords/_applicationmanagement.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ def execute_adb_shell(self, command, *args):
225225
226226
Returns the exit code of ADB shell.
227227
228-
Requires server flag --relaxed-security to be set.
228+
Requires server flag --relaxed-security to be set on Appium server.
229229
"""
230230
return self._current_application().execute_script('mobile: shell', {
231231
'command': command,

0 commit comments

Comments
 (0)