当前位置: 首页 > 新闻动态 > 软件编程

搭建 springboot selenium 网页文件转图片环境的详细教程

作者:用户投稿 浏览: 发布日期:2026-01-11
[导读]:这篇文章主要介绍了搭建 springboot selenium 网页文件转图片环境,本文给大家介绍的非常详细,对大家的学习或工作具有一定的参考借鉴价值,需要的朋友可以参考下

1. 环境准备

需要有 chrome 浏览器 + chrome driver + selenium 客户端

离线 chrome 下载地址

# 64位 linux 系统
https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm

# 64位 weindow 系统
http://www.google.cn/chrome/browser/desktop/index.html?standalone=1&platform=win64

# 32位 weindow 系统
http://www.google.cn/chrome/browser/desktop/index.html?standalone=1&platform=win

# 官网 chromedriver
http://chromedriver.storage.googleapis.com/index.html

# 淘宝 chromedriver 镜像
https://npm.taobao.org/mirrors/chromedriver/

说明:chrome 和 chromedriver 版本需要一致

1.2 查看 chrome 版本信息。在chrome浏览器输入以下地址

chrome://version/

1.3 例如我选择的是

2. 将 chromedriver 放到 chrome 安装目录下

3. 在 springboot 项目中引入 selenium 依赖

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

4

参考文献:

https://blog.csdn.net/l707268743/article/details/80942246

https://www.cnblogs.com/sqy123/p/9057348.html#_labelTop

https://www.cnblogs.com/lfri/p/10542797.html

免责声明:转载请注明出处:http://sczxchw.cn/news/545956.html

扫一扫高效沟通

多一份参考总有益处

免费领取网站策划SEO优化策划方案

请填写下方表单,我们会尽快与您联系
感谢您的咨询,我们会尽快给您回复!