From bf3d9cb7cd6d9990ad1e24adeb047343ef215e0d Mon Sep 17 00:00:00 2001 From: yj <2077506045@qq.com> Date: 星期三, 24 七月 2024 09:12:42 +0800 Subject: [PATCH] 测评系统自动测试 --- base/base_page.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/base/base_page.py b/base/base_page.py index aba837a..48f4473 100644 --- a/base/base_page.py +++ b/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 -- Gitblit v1.9.1