add note about 'verify apps' on android real devices

This commit is contained in:
Jonathan Lipps
2014-08-15 14:31:52 -07:00
parent e35acd1fad
commit a18efc685f

View File

@@ -68,3 +68,7 @@ works exactly the same as testing on emulators. Make sure that your device
can connect to ADB and has Developer Mode enabled. For testing Chrome on a real
device, you're responsible for ensuring that Chrome of an appropriate version
is installed.
Also, you'll want to make sure that "Verify Apps" in settings is
disabled/unchecked, otherwise it can prevent some of Appium's helper apps from
launching and doing their job correctly.