
java+selenium
文章平均质量分 82
ShirleyQueen321
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Java+selenium+多窗口切换
package selenium; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.chrome.ChromeDriver; import java.util.Set; public class windows { public static...原创 2018-06-28 15:09:20 · 3439 阅读 · 0 评论 -
java+selenium+携程实战项目
package kaoshi; import org.junit.After; import org.junit.Before; import org.junit.Test; import org.openqa.selenium.By; import org.openqa.selenium.Keys; import org.openqa.selenium.WebDriver; import or...原创 2018-06-28 14:12:03 · 2903 阅读 · 0 评论 -
java+selenium+Chrome自动化测试环境搭建
1,安装ChromeV66版本浏览器.(刚开始安装的是ChromeV67,32位的.本人操作系统是64位的....尝试了好久废了.........后来,重新装了ChromeV67,64位......还是失败.....最后安装的是V66,64位版本的)可以再这个找到历史版本的https://www.chromedownloads.net/2,下载ChromeDriver驱动.http://npm.t...原创 2018-06-24 22:39:18 · 4192 阅读 · 0 评论 -
java+selenium+Firefox自动化测试框架
FireFox下载28-32版本的,我下载的是,较高版本不支持FireBug和FirePath添加组件搜索安装FireBug安装FirePath插件下载一下红框内的包其中selenium-server-3.1.0包内包含的文件将第三方jar包(lib和)全部添加到项目中.创建项目的类import org.openqa.selenium.WebDriver; import org.openqa.se...原创 2018-06-23 21:28:41 · 7523 阅读 · 0 评论