blob: 55f03556d81544bc388e3918e03a87c8a560d449 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
Name: Webdriver
URL: http://selenium.googlecode.com/svn/trunk/py
Description:
WebDriver is a clean, fast framework for automated testing of webapps.
Contents:
py/
Python bindings for WebDriver pulled in via DEPS.
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.
|