selenium测试学习
andylsy1992
这个作者很懒,什么都没留下…
展开
-
eclipse中Selenium的安装步骤
首先是相应工具的下载及安装: selenium相应历史版本jar包下载地址:http://selenium-release.storage.googleapis.com/index.html eclipse下载地址:https://www.eclipse.org/downloads/ JDK下载地址:https://www.oracle.com/technetwork/java/javase/do...原创 2019-04-30 19:54:56 · 1729 阅读 · 0 评论 -
selenium学习01
package com.liu.test; import static org.junit.Assert.*; import java.util.Iterator; import java.util.List; import java.util.concurrent.TimeUnit; import org.junit.Test; import org.openqa.selenium.By; im...原创 2019-04-30 22:49:15 · 142 阅读 · 0 评论