Commit 4736adea authored by 章 登恒's avatar 章 登恒
Browse files

commit

parent caeead7c
...@@ -182,7 +182,7 @@ class SalesOrder(): ...@@ -182,7 +182,7 @@ class SalesOrder():
#切换到已办页面 #切换到已办页面
chrome.find_element_by_xpath('//li[text()="已办"]').click() chrome.find_element_by_xpath('//li[text()="已办"]').click()
sleep(3) sleep(5)
wait.until_not(ec.presence_of_element_located((By.CLASS_NAME,'el-loading-mask'))) wait.until_not(ec.presence_of_element_located((By.CLASS_NAME,'el-loading-mask')))
#操作上面滚动条 #操作上面滚动条
......
Supports Markdown
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