- add sources.
[platform/framework/web/crosswalk.git] / src / third_party / webdriver / README.chromium
1 Name: Webdriver
2 Short Name: selenium
3 URL: http://selenium.googlecode.com/svn/trunk/py
4      http://selenium.googlecode.com/svn/trunk/common/src/web
5 Version: unknown
6 Revision: 16922
7 Security Critical: no
8 License: Apache 2, MIT and GPL
9
10
11 Description:
12   WebDriver is a clean, fast framework for automated testing of webapps.
13
14 Contents:
15   python/
16     Python bindings and tests for WebDriver pulled in via DEPS.
17
18   test_data/
19     Select files from http://selenium.googlecode.com/svn/trunk/common/src/web.
20     At revision 17149. Necessary data for running the python webdriver tests.
21
22   atoms.h, atoms.cc
23     These atoms are generated by the webdriver team and are to be checked in
24     manually. The current version was generated from revision
25     749d7ba2b1f402868f215b7bcc4b80e4e1b975a3.
26
27     To generate the atoms using the code found in selenium tree:
28       $ svn checkout http://selenium.googlecode.com/svn/trunk/ selenium-read-only
29       $ cd selenium-read-only
30       $ go //javascript/chrome-driver:atoms
31       $ cp build/javascript/chrome-driver/atoms.h \
32            <chromium_dir>/src/third_party/webdriver/atoms.h
33       $ cp build/javascript/chrome-driver/atoms.cc \
34            <chromium_dir>/src/third_party/webdriver/atoms.cc
35
36     The atoms.h/cc files are only used directly in the chrome version of
37     webdriver found under the path src/chrome/test/chromedriver.
38
39 Local Modifications:
40 - Applied changes in patch.diff to the selenium tree prior to building the atoms.