blob: 2aa8a2d78368f704200dca0ebf368ebedfb77da9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
Name: Webdriver
URL: http://selenium.googlecode.com/svn/trunk/py
http://selenium.googlecode.com/svn/trunk/common/src/web
Description:
WebDriver is a clean, fast framework for automated testing of webapps.
Contents:
py/
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. To generate the atoms use the code found in selenium tree:
svn checkout http://selenium.googlecode.com/svn/trunk/ selenium-read-only
and follow the instructions that are on the Selenium HQ website:
http://seleniumhq.org/docs/
The atoms.h file is only used directly in the chrome version of webdriver
found under the path src/chrome/test/webdriver.
|