Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 465 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 465 Bytes

爬虫工具

通过 selenium 实现模拟人为操作爬取信息

引入Selenium依赖

    <dependency>
        <groupId>org.seleniumhq.selenium</groupId>
        <artifactId>selenium-server</artifactId>
        <version>3.141.59</version>
    </dependency>

chormedriver自动化测试工具下载 注意下载对应的版本

参考资料

Xpath