summaryrefslogtreecommitdiffstats
path: root/third_party/webdriver/README.chromium
blob: 85ba61cd10e40d61074010acab13479aeb049de1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Name: Webdriver
Short Name: selenium
URL: http://selenium.googlecode.com/svn/trunk/py
     http://selenium.googlecode.com/svn/trunk/common/src/web
Version: unknown
Revision: 11446
Security Critical: no


Description:
  WebDriver is a clean, fast framework for automated testing of webapps.

Contents:
  python/
    Python bindings and tests for WebDriver pulled in via DEPS.

  test_data/
    Select files from http://selenium.googlecode.com/svn/trunk/common/src/web.
    At revision 11167. Necessary data for running the python webdriver tests.

  atoms.h
    These atoms are generated by the webdriver team and are to be checked in
    manually. The current version was generated from revision 12081.

    To generate the atoms using the code found in selenium tree:
      $ svn checkout http://selenium.googlecode.com/svn/trunk/ selenium-read-only
      $ cd selenium-read-only
      $ go //javascript/chrome-driver:atoms
      $ cp build/javascript/chrome-driver/atoms.h \
           <chromium_dir>/src/third_party/webdriver/atoms.h

    The atoms.h file is only used directly in the chrome version of webdriver
    found under the path src/chrome/test/webdriver.