HomeSort by relevance Sort by last modified time
    Searched refs:chromedriver (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/test/chromedriver/test/
run_all_tests.py 6 """Runs all ChromeDriver end to end tests."""
28 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,
    [all...]
run_java_tests.py 8 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.
73 chromedriver_path: path to ChromeDriver exe.
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)
    [all...]
run_py_tests.py 6 """End to end tests for ChromeDriver."""
28 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=27
    [all...]
  /external/chromium_org/chrome/test/chromedriver/client/
webelement.py 10 def __init__(self, chromedriver, id_):
11 self._chromedriver = chromedriver

Completed in 371 milliseconds