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