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

Class FirefoxDriver

python/scripts/run_emscripten_tests.py:265–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263
264
265class FirefoxDriver(BrowserDriver):
266 def __init__(self, hostname, port):
267 from selenium.webdriver.firefox.options import Options
268
269 options = Options()
270 options.add_argument("--headless")
271
272 super().__init__(hostname, port, webdriver.Firefox(options=options))
273
274
275def _load_pyarrow_in_runner(driver, wheel_name):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected