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

Side by Side Diff: third_party/webdriver/README.chromium

Issue 1532203002: Update README.chromium to reflect whether a tool is shipped or not (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add webdriver Created 5 years 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 unified diff | Download patch
« no previous file with comments | « third_party/pywebsocket/README.chromium ('k') | third_party/webtreemap/README.chromium » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: Webdriver 1 Name: Webdriver
2 Short Name: selenium 2 Short Name: selenium
3 URL: http://selenium.googlecode.com/svn/trunk/py 3 URL: http://selenium.googlecode.com/svn/trunk/py
4 Version: unknown 4 Version: unknown
5 Revision: 18456 5 Revision: 18456
6 Security Critical: no 6 Security Critical: no
7 License: Apache 2, MIT and GPL v2 7 License: Apache 2, MIT and GPL v2
8 License File: NOT_SHIPPED
8 9
9 10
10 Description: 11 Description:
11 WebDriver is a clean, fast framework for automated testing of webapps. 12 WebDriver is a clean, fast framework for automated testing of webapps.
12 13
13 Contents: 14 Contents:
14 pylib/ 15 pylib/
15 Python bindings and tests for WebDriver pulled in via DEPS. 16 Python bindings and tests for WebDriver pulled in via DEPS.
16 17
17 atoms.h, atoms.cc 18 atoms.h, atoms.cc
18 These atoms are generated by the webdriver team and are to be checked in 19 These atoms are generated by the webdriver team and are to be checked in
19 manually. The current version was generated from revision 20 manually. The current version was generated from revision
20 8104d284159ec6bc2744cc8db4c40b1c82ee481f. 21 8104d284159ec6bc2744cc8db4c40b1c82ee481f.
21 22
22 To generate the atoms using the code found in selenium tree: 23 To generate the atoms using the code found in selenium tree:
23 $ git clone https://github.com/SeleniumHQ/selenium.git 24 $ git clone https://github.com/SeleniumHQ/selenium.git
24 $ cd selenium 25 $ cd selenium
25 $ git apply <chromium_dir>/src/third_party/webdriver/patch.diff 26 $ git apply <chromium_dir>/src/third_party/webdriver/patch.diff
26 $ ./go //javascript/chrome-driver:atoms 27 $ ./go //javascript/chrome-driver:atoms
27 $ cp build/javascript/chrome-driver/atoms.h \ 28 $ cp build/javascript/chrome-driver/atoms.h \
28 <chromium_dir>/src/third_party/webdriver/atoms.h 29 <chromium_dir>/src/third_party/webdriver/atoms.h
29 $ cp build/javascript/chrome-driver/atoms.cc \ 30 $ cp build/javascript/chrome-driver/atoms.cc \
30 <chromium_dir>/src/third_party/webdriver/atoms.cc 31 <chromium_dir>/src/third_party/webdriver/atoms.cc
31 32
32 The atoms.h/cc files are only used directly in the chrome version of 33 The atoms.h/cc files are only used directly in the chrome version of
33 webdriver found under the path src/chrome/test/chromedriver. 34 webdriver found under the path src/chrome/test/chromedriver.
34 35
35 Local Modifications: 36 Local Modifications:
36 - Applied changes in patch.diff to the selenium tree prior to building the atoms . 37 - Applied changes in patch.diff to the selenium tree prior to building the atoms .
OLDNEW
« no previous file with comments | « third_party/pywebsocket/README.chromium ('k') | third_party/webtreemap/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698