Spaces:
Running
Running
Update scrape.py
Browse files
scrape.py
CHANGED
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
1 |
from selenium import webdriver # type: ignore
|
2 |
from selenium.webdriver.chrome.service import Service # type: ignore
|
3 |
from selenium.webdriver.chrome.options import Options # type: ignore
|
|
|
1 |
+
|
2 |
+
from selenium import webdriver
|
3 |
+
from selenium.common.exceptions import WebDriverException
|
4 |
from selenium import webdriver # type: ignore
|
5 |
from selenium.webdriver.chrome.service import Service # type: ignore
|
6 |
from selenium.webdriver.chrome.options import Options # type: ignore
|