Commit 7418571c authored by craigdh@chromium.org's avatar craigdh@chromium.org

[chromedriver] Increment version to trigger new release.

BUG=None
TEST=None

Review URL: https://codereview.chromium.org/14372003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195272 0039d316-1c4b-4281-b951-d872f2087c98
parent d3305b8e
......@@ -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
......
......@@ -13,7 +13,7 @@ const int kMinimumSupportedChromeVersion[] = {26, 0, 1395, 0};
} // namespace
// This variable must be able to be found and parsed by the upload script.
const char kChromeDriverVersion[] = "0.7";
const char kChromeDriverVersion[] = "0.8";
const int kMinimumSupportedChromeBuildNo = kMinimumSupportedChromeVersion[2];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment