Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -14,11 +14,11 @@ 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,
|
22 |
|
23 |
NoSuchElementException,
|
24 |
StaleElementReferenceException,
|
|
|
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,
|
22 |
|
23 |
NoSuchElementException,
|
24 |
StaleElementReferenceException,
|