diff options
author | chrisgao@chromium.org <chrisgao@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-21 20:58:21 +0000 |
---|---|---|
committer | chrisgao@chromium.org <chrisgao@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-21 20:58:21 +0000 |
commit | d0f42d58e77b237adcc17b496965f2c27c42cba6 (patch) | |
tree | 42b16498ed1e906106920950d064d5c98c0eada9 | |
parent | 37408afa4f1feec8d9789529c468a0936e7cb680 (diff) | |
download | chromium_src-d0f42d58e77b237adcc17b496965f2c27c42cba6.zip chromium_src-d0f42d58e77b237adcc17b496965f2c27c42cba6.tar.gz chromium_src-d0f42d58e77b237adcc17b496965f2c27c42cba6.tar.bz2 |
[chromedriver] Increase version to 0.3 and release.
This adds support to switch/close window, SwitchToFrame by element, and to deal with child frame detachment.
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/12321037
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@183859 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/test/chromedriver/version.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/chromedriver/version.cc b/chrome/test/chromedriver/version.cc index c3fe802..2674741 100644 --- a/chrome/test/chromedriver/version.cc +++ b/chrome/test/chromedriver/version.cc @@ -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.2"; +const char kChromeDriverVersion[] = "0.3"; const int kMinimumSupportedChromeBuildNo = kMinimumSupportedChromeVersion[2]; |