Commit f4a36654 by 宋鹏博

修改元素

parent 006b9f41
...@@ -28,7 +28,7 @@ class Aireview(BasePage): ...@@ -28,7 +28,7 @@ class Aireview(BasePage):
# 知识查证按钮 # 知识查证按钮
self.find_knowledge_btn = ( self.find_knowledge_btn = (
By.XPATH, "//label[@class='ant-radio-button-wrapper ant-radio-button-wrapper-checked proofreading-type-box']") By.XPATH, "//div[@class='DialogueEditor-sldkl2']//div[4]//label[1]")
# 更多按钮 # 更多按钮
self.more_btn = (By.XPATH, "//div[@class='more-btn']") 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