Chromium Code Reviews| Index: chrome/test/chromedriver/README.txt |
| diff --git a/chrome/test/chromedriver/README.txt b/chrome/test/chromedriver/README.txt |
| index 269568105793d55217b81c81091de7f5fdf6c63c..44f627e59ad59bd9f215977cc9ade5f41dbb9a88 100644 |
| --- a/chrome/test/chromedriver/README.txt |
| +++ b/chrome/test/chromedriver/README.txt |
| @@ -20,6 +20,11 @@ $ 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 must be set in PATH. For more detail instructions see the wiki: |
|
frankf
2013/04/19 19:07:52
Also 'adb' needs to be in PATH.
|
| + 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 |