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