HiveMinds / HiveMinds/gitbrowserinteract
Determine whether you can do the Gecko driver loader with Python only/more elegant.
Open
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Example [here](https://github.com/vjmadrid/workspace-python-architecture-lab/blob/34213b34a2ca9f65fde8964faf1168d564fdbc91/acme-selenium/src/acmeselenium/drivers/firefox/firefox_util.py)
```py
if options is None:
driver = webdriver.Firefox(executable_path=GeckoDriverManager().install())
else:
driver = webdriver.Firefox(executable_path=GeckoDriverManager().install(), options=options)
return driver
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.