Selenium 实际使用 2020年4月9日 1234浏览 Python 发表评论 Selenium 实际使用 Selenium 库里有个叫 WebDriver 的 API。WebDriver 有点儿像可以加载网站的浏览器,但是它也可以像 BeautifulSoup 或者其他 Selector 对象一样用来查找页面元素,与…