Skip to content

Commit 766ebf2

Browse files
committed
Added documentation
1 parent 4267a3e commit 766ebf2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

AndroidViewClient/src/com/dtmilano/android/viewclient.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -851,6 +851,9 @@ def __init__(self, device, serialno, adb=None, autodump=True, forceviewserveruse
851851
@param adb: the path of the C{adb} executable or None and C{ViewClient} will try to find it
852852
@type autodump: boolean
853853
@param autodump: whether an automatic dump is performed at the end of this constructor
854+
@type forceviewserveruse: boolean
855+
@param forceviewserveruse: Force the use of C{ViewServer} even if the conditions to use
856+
C{UiAutomator} are satisfied
854857
@type localport: int
855858
@param localport: the local port used in the redirection
856859
@type remoteport: int

0 commit comments

Comments
 (0)