diff --git a/docs/en/appium-setup/real-devices.md b/docs/en/appium-setup/real-devices.md index 06ada8a00..1c7111437 100644 --- a/docs/en/appium-setup/real-devices.md +++ b/docs/en/appium-setup/real-devices.md @@ -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.