From c897341a8561a9b1c60ac5156d6fcc60161d4ec0 Mon Sep 17 00:00:00 2001 From: Caohongtao Date: Fri, 13 Sep 2024 05:48:12 +0000 Subject: [PATCH] Delete the word Signed-off-by: Caohongtao --- method/dde_editor_method.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/method/dde_editor_method.py b/method/dde_editor_method.py index 4dcf393..464c051 100644 --- a/method/dde_editor_method.py +++ b/method/dde_editor_method.py @@ -25,11 +25,11 @@ class DdeEditorMethod(BaseMethod): pylinuxauto.find_element_by_ocr("打开文件").click() def dde_editor_method_choose_save_as_option_by_ocr(self): - """在文本编辑器的的菜单栏中选择 另存为 选项""" + """在文本编辑器的菜单栏中选择 另存为 选项""" pylinuxauto.find_element_by_ocr("另存为").click() def dde_editor_method_choose_save_option_by_ocr(self): - """在文本编辑器的的菜单栏中选择 保存 选项""" + """在文本编辑器的菜单栏中选择 保存 选项""" pylinuxauto.find_element_by_ocr("保存").click() def dde_editor_method_quit_editor_by_ocr(self): -- Gitee