yj
2024-07-24 bf3d9cb7cd6d9990ad1e24adeb047343ef215e0d
base/base_page.py
@@ -1,7 +1,7 @@
import importlib
import time
from selenium.common import StaleElementReferenceException, ElementClickInterceptedException
from selenium.common.exceptions import StaleElementReferenceException, ElementClickInterceptedException
from selenium.webdriver.remote.webelement import WebElement
from selenium.webdriver.support.wait import WebDriverWait
from selenium.webdriver.support import expected_conditions as EC