Searched refs:chromedriver (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/test/chromedriver/test/
H A Drun_all_tests.py28 chromedriver,
35 print 'chromedriver server log: %s' % log_path
39 '--chromedriver=%s' % chromedriver,
43 cmd.append('--reference-chromedriver=' + ref_chromedriver)
60 def RunPythonTests(chromedriver, ref_chromedriver,
69 chromedriver,
79 def RunJavaTests(chromedriver, chrome=None, chrome_version=None,
88 chromedriver,
151 server_name = 'chromedriver'
[all...]
H A Drun_java_tests.py8 This script is called from chrome/test/chromedriver/run_all_tests.py and reports
11 For ChromeDriver documentation, refer to http://code.google.com/p/chromedriver.
243 '', '--chromedriver', type='string', default=None,
244 help='Path to a build of the chromedriver library(REQUIRED!)')
268 options.chromedriver = util.GetAbsolutePathOfUserPath(options.chromedriver)
269 if options.chromedriver is None or not os.path.exists(options.chromedriver):
270 parser.error('chromedriver is required or the given path is invalid.' +
303 'chromedriver', 'third_part
[all...]
H A Drun_py_tests.py28 import chromedriver namespace
35 _TEST_DATA_DIR = os.path.join(chrome_paths.GetTestData(), 'chromedriver')
47 # https://code.google.com/p/chromedriver/issues/detail?id=213
56 # https://code.google.com/p/chromedriver/issues/detail?id=815
62 # https://code.google.com/p/chromedriver/issues/detail?id=214
64 # https://code.google.com/p/chromedriver/issues/detail?id=299
70 # https://code.google.com/p/chromedriver/issues/detail?id=302
75 # https://code.google.com/p/chromedriver/issues/detail?id=304
109 # https://code.google.com/p/chromedriver/issues/detail?id=270
111 # https://code.google.com/p/chromedriver/issue
[all...]
/external/chromium_org/chrome/test/chromedriver/client/
H A Dwebelement.py10 def __init__(self, chromedriver, id_):
11 self._chromedriver = chromedriver

Completed in 111 milliseconds