多平台统一管理软件接口,如何实现多平台统一管理软件接口
733
2022-11-28
搭建 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://google.cn/chrome/browser/desktop/index.htGhXlYkQPml?standalone=1&platform=win64
# 32位 weindow 系统
http://google.cn/chrome/browser/desktop/index.html?standalohttp://ne=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 依赖
4
参考文献:
https://blog.csdn.net/l707268743/article/details/80942246
https://cnblogs.com/sqy123/p/9057348.html#_labelTop
https://cnblogs.com/lfri/p/10542797.html
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。
发表评论
暂时没有评论,来抢沙发吧~