diff options
author | jmikhail@google.com <jmikhail@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-17 20:43:18 +0000 |
---|---|---|
committer | jmikhail@google.com <jmikhail@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-17 20:43:18 +0000 |
commit | e50285848200ab593c6332e9e95d41abe91be5a9 (patch) | |
tree | d06f06b1781cd2bd92e7f204194914dffc7d5976 /third_party/webdriver/LICENSE | |
parent | 77c16d74b367f53bc5a63e6f6c35a7fb82b57df7 (diff) | |
download | chromium_src-e50285848200ab593c6332e9e95d41abe91be5a9.zip chromium_src-e50285848200ab593c6332e9e95d41abe91be5a9.tar.gz chromium_src-e50285848200ab593c6332e9e95d41abe91be5a9.tar.bz2 |
The atoms file is created by the WebDriver team to standardize
behavior across multiple browsers. This file is generated by
them and must be checked in manually to ensure no breakage occurs
with ChromeDriver
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/3180005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56414 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/webdriver/LICENSE')
-rw-r--r-- | third_party/webdriver/LICENSE | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/third_party/webdriver/LICENSE b/third_party/webdriver/LICENSE new file mode 100644 index 0000000..164d69a --- /dev/null +++ b/third_party/webdriver/LICENSE @@ -0,0 +1,5 @@ +NAME: WebDriver +URL: None, this file is generated by the WebDriver team. The source code +for WebDriver can be obtained by running: + svn checkout http://selenium.googlecode.com/svn/trunk/ selenium-read-only +LICENSE: Apache 2 |