摘要: 一、知识补充 1、find_element的一种使用方法: find_element(by=方法,value=值) 例如: find_element(by="id",value="query") 2、selenium.common.exceptions模块 from selenium.common. 阅读全文
posted @ 2019-11-06 17:58 mkay 阅读(1414) 评论(0) 推荐(0)