摘要: 1、强制等待:sleep() from time import sleep sleep(3) #等待3秒 ****官方不推荐这样的方法,使用太多的sleep会影响脚本运行速度 2、隐式等待:implicitly_wait() driver.implicitly_wait(10) #隐式等待10秒 由 阅读全文
posted @ 2020-03-06 09:54 RChow 阅读(1039) 评论(0) 推荐(0) 编辑