MCPcopy Create free account
hub / github.com/apache/arrow / ChromeDriver

Class ChromeDriver

python/scripts/run_emscripten_tests.py:255–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253
254
255class ChromeDriver(BrowserDriver):
256 def __init__(self, hostname, port):
257 from selenium.webdriver.chrome.options import Options
258
259 options = Options()
260 options.add_argument("--headless")
261 options.add_argument("--no-sandbox")
262 super().__init__(hostname, port, webdriver.Chrome(options=options))
263
264
265class FirefoxDriver(BrowserDriver):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected