Commit 7ed4218a by 宋鹏博

添加等待时间

parent 08a692c3
......@@ -16,6 +16,7 @@ class Aiprequalification(BasePage):
self.update_file=(By.XPATH,"(//input[@id='file'])[2]")
def update_pdf(self,updata_path):
time.sleep(5)
self.find_ele(self.update_key).click()
time.sleep(5)
self.find_ele(self.update_file).send_keys(updata_path)
......
......@@ -116,6 +116,7 @@ class Aireview(BasePage):
# 繁体字文档审校
def traditional_review(self, updata_path):
time.sleep(5)
self.find_ele(self.more_btn).click()
time.sleep(3)
self.find_ele(self.traditional_review_btn).click()
......
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