diff --git a/wlauto/common/android/device.py b/wlauto/common/android/device.py index d3d3684e..f5dab842 100644 --- a/wlauto/common/android/device.py +++ b/wlauto/common/android/device.py @@ -78,8 +78,6 @@ class AndroidDevice(BaseLinuxDevice): # pylint: disable=W0223 If set a swipe of the specified direction will be performed. This should unlock the screen. """), - Parameter('binaries_directory', default="/data/local/tmp", override=True, - description='Location of executable binaries on this device (must be in PATH).'), ] default_timeout = 30