Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -30,6 +30,7 @@ from selenium.webdriver.common.by import By
|
|
30 |
from selenium.webdriver.common.keys import Keys
|
31 |
from selenium.webdriver.support.ui import WebDriverWait
|
32 |
from selenium.webdriver.support import expected_conditions as EC
|
|
|
33 |
|
34 |
#Settings for using the driver without a UI
|
35 |
# Set up Chrome options
|
|
|
30 |
from selenium.webdriver.common.keys import Keys
|
31 |
from selenium.webdriver.support.ui import WebDriverWait
|
32 |
from selenium.webdriver.support import expected_conditions as EC
|
33 |
+
from selenium.webdriver.chrome.service import Service
|
34 |
|
35 |
#Settings for using the driver without a UI
|
36 |
# Set up Chrome options
|