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

Class FirefoxDriver

python/scripts/run_emscripten_tests.py:270–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268
269
270class FirefoxDriver(BrowserDriver):
271 def __init__(self, hostname, port):
272 from selenium.webdriver.firefox.options import Options
273
274 options = Options()
275 options.add_argument("--headless")
276
277 super().__init__(hostname, port, webdriver.Firefox(options=options))
278
279
280def _load_pyarrow_in_runner(driver, wheel_name):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected