Searched refs:browser_executable (Results 1 – 2 of 2) sorted by relevance
39 def main(chrome_src_path, browser_executable): argument40 browser_executable = os.path.realpath(browser_executable)58 '--browser_executable', browser_executable,101 if browser_executable in line:
139 assert parse_options.browser_executable, 'Must specify --browser_executable'140 self._browser_executable = parse_options.browser_executable