Java从0开始使用Selenium Java环境搭建(一)

一、引言

话不多说,既然是从0开始,那么就把java环境顺带也教着搭建上吧!有基础的可以略过这节。

二、环境介绍

简单说下我的本地环境:

Eclipse2019-06版本  (也可以使用idea,自己选择,本文主要使用Eclipse)

下载地址:https://www.eclipse.org/downloads/

Java1.8

下载地址:https://www.oracle.com/java/technologies/javase-jdk8-downloads.html

Selenium3.141.59

下载地址:https://mvnrepository.com/artifact/org.seleniumhq.selenium/selenium-java

  或者

http://selenium-release.storage.googleapis.com/index.html

谷歌浏览器版本 80.0.3987.162(正式版本) (64 位)

简单说下,浏览器版本不做限制,不是最新版本也没有关系。也可以使用

猜你喜欢

转载自blog.csdn.net/u012998306/article/details/105298505