Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(47)

Unified Diff: chrome/test/chromedriver/README.txt

Issue 14372003: [chromedriver] Increment version to trigger new release. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/test/chromedriver/chrome/version.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | chrome/test/chromedriver/chrome/version.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698