Index: chrome/test/chromedriver/README.txt |
diff --git a/chrome/test/chromedriver/README.txt b/chrome/test/chromedriver/README.txt |
index 269568105793d55217b81c81091de7f5fdf6c63c..ab34c90b481a5035a611e2483ed83cd11638707d 100644 |
--- a/chrome/test/chromedriver/README.txt |
+++ b/chrome/test/chromedriver/README.txt |
@@ -20,6 +20,12 @@ $ python |
ChromeDriver will use the system installed Chrome by default. |
+To use ChromeDriver2 with Chrome on Android pass the Android package name in the |
+chromeOptions.androidPackage capability when creating the driver. The path to |
+adb_commands.py and the adb tool from the Android SDK must be set in PATH. For |
+more detailed instructions see the wiki: |
+ https://code.google.com/p/chromedriver/wiki/ChromeDriver2forAndroid |
+ |
=====Architecture===== |
ChromeDriver is shipped separately from Chrome. It controls Chrome out of |
process through DevTools (WebKit Inspector). ChromeDriver is a shared library |