下载chromdriver到:python目录下chrom目录下添加chrom路径到path
Python selenium 三种等待方式详解1. 强制等待time.sleep(10)2. 隐性等待driver.implicitly_wait(30)3. 显性等待WebDriverWait,配合该类的until()和until_not()方法
posted on 2019-06-11 22:22 看你妹儿 阅读(156) 评论(0) 编辑 收藏 举报