diff --git a/app/test/test_bug545_HuangHuiLing.py b/app/test/test_bug545_HuangHuiLing.py index 97860d0..42b1112 100644 --- a/app/test/test_bug545_HuangHuiLing.py +++ b/app/test/test_bug545_HuangHuiLing.py @@ -19,7 +19,6 @@ def select(driver): actions.move_to_element(text_element) # 模拟鼠标按下并拖动以选择文本 - # 假设我们想要选择从第10个字符开始的5个字符 actions.click() actions.perform() time.sleep(1)