Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -14,8 +14,7 @@ from selenium import webdriver
|
|
14 |
from selenium.webdriver.chrome.service import Service
|
15 |
from selenium.webdriver.chrome.options import Options
|
16 |
from selenium.webdriver.common.by import By
|
17 |
-
from selenium.webdriver.support.ui
|
18 |
-
import WebDriverWait
|
19 |
from selenium.webdriver.support import expected_conditions as EC
|
20 |
from selenium.common.exceptions import (
|
21 |
TimeoutException,
|
|
|
14 |
from selenium.webdriver.chrome.service import Service
|
15 |
from selenium.webdriver.chrome.options import Options
|
16 |
from selenium.webdriver.common.by import By
|
17 |
+
from selenium.webdriver.support.ui import WebDriverWait
|
|
|
18 |
from selenium.webdriver.support import expected_conditions as EC
|
19 |
from selenium.common.exceptions import (
|
20 |
TimeoutException,
|