Spaces:
Sleeping
Sleeping
Commit
·
48cdecb
1
Parent(s):
824df4a
Initial commit
Browse files- clickloom_scrape.py +3 -1
clickloom_scrape.py
CHANGED
|
@@ -5,7 +5,9 @@ from selenium.webdriver.common.by import By
|
|
| 5 |
from selenium.common.exceptions import StaleElementReferenceException
|
| 6 |
import json
|
| 7 |
|
| 8 |
-
chromedriver_autoinstaller.install() # Automatically installs compatible driver
|
|
|
|
|
|
|
| 9 |
|
| 10 |
options = Options()
|
| 11 |
# options.binary_location = "/usr/bin/chromium-browser"
|
|
|
|
| 5 |
from selenium.common.exceptions import StaleElementReferenceException
|
| 6 |
import json
|
| 7 |
|
| 8 |
+
# chromedriver_autoinstaller.install() # Automatically installs compatible driver
|
| 9 |
+
chromedriver_autoinstaller.install(path="/tmp")
|
| 10 |
+
|
| 11 |
|
| 12 |
options = Options()
|
| 13 |
# options.binary_location = "/usr/bin/chromium-browser"
|