Home | History | Annotate | Download | only in chromedriver

Lines Matching full:chromedriver

1 This file contains high-level info about how ChromeDriver works and how to
4 ChromeDriver is an implementation of the WebDriver standard,
7 See the user site at https://sites.google.com/a/chromium.org/chromedriver/
10 Build ChromeDriver by building the 'chromedriver' target. This will
12 'chromedriver[.exe]'.
14 Once built, ChromeDriver can be used interactively with python.
19 >>> import chromedriver
20 >>> cd_server = server.Server('/path/to/chromedriver/executable')
21 >>> driver = chromedriver.ChromeDriver(cd_server.GetUrl())
26 ChromeDriver will use the system installed Chrome by default.
34 ChromeDriver is shipped separately from Chrome. It controls Chrome out of
35 process through DevTools. ChromeDriver is a standalone server which
39 selenium/webdriver project: http://code.google.com/p/selenium. ChromeDriver
42 ChromeDriver has a main thread, called the command thread, an IO thread,
53 Implements chromedriver commands.
69 Code for the chromedriver server.
70 A python wrapper to the chromedriver server.
79 Third party libraries used by chromedriver.
82 See the ChromeDriver waterfall at:
83 http://build.chromium.org/p/chromium.chromedriver/waterfall
84 There are 4 test suites for verifying ChromeDriver's correctness:
97 ChromeDriver waterfall.
101 be run via test/run_java_tests.py. They are only run on the ChromeDriver
106 the OWNERS file in this directory. Issues are tracked in chromedriver's issue
108 https://code.google.com/p/chromedriver/issues/list