Commit 762644fd by 宋鹏博

修改元素

parent 69131128
......@@ -26,7 +26,7 @@ class Aireview(BasePage):
self.find_word_btn = (By.XPATH, "(//label[@class='ant-radio-button-wrapper proofreading-type-box'])[3]")
# 知识查证按钮
self.find_knowledge_btn = (By.XPATH, "(//label[@class='ant-radio-button-wrapper ant-radio-button-wrapper-checked proofreading-type-box'])[1]")
self.find_knowledge_btn = (By.XPATH, "//label[@class='ant-radio-button-wrapper ant-radio-button-wrapper-checked proofreading-type-box']")
# 更多按钮
self.more_btn = (By.XPATH, "//div[@class='more-btn']")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment