一、下载必要的文件
1、eclipse
Eclipse官网
2、jdk
jdk官网
3、selenium IDE、Selenium Server、Selenium Client Drivers(java)等等
Selenium下载地址
备注:需要代理服务器才能下载 我使用的是太太猫
4、maven安装、配置等
二、安装
...
分类:
编程语言 时间:
2015-03-28 14:20:55
阅读次数:
250
Selenium-ide安装及验证,录制,回放
Firefox-Selenium ide-Eclipse(java)...
分类:
其他好文 时间:
2015-03-28 01:16:10
阅读次数:
229
今天偶遇一个问题,运行项目时,发现这个问题:org.openqa.selenium.WebDriverException: f.QueryInterface is not a functionCommand duration or timeout: 30.17 secondsBuild info: ...
分类:
Web程序 时间:
2015-03-21 18:22:43
阅读次数:
587
今天尝试最新的webDriver与fireFox搭配: 运行代码时出现如下的问题,但是浏览器却可以打开:org.openqa.selenium.firefox.NotConnectedException: Unable to connect to host 127.0.0.1 on port 70....
分类:
Web程序 时间:
2015-03-20 15:47:27
阅读次数:
152
Selenium IDE 基础教程1、下载安装 a 在火狐浏览其中搜索附件组件,查找 Selenium IDE b 下载安装,然后重启firefox2、界面讲解 在菜单-工具中找到Selenium IDE 打开Selenium IDE ,也可以将Selenium添加到快捷菜单中,Firefox...
分类:
其他好文 时间:
2015-03-20 10:31:18
阅读次数:
174
1,my first app(connected with pc)2,auto update3,reboot and power off.selenium
分类:
其他好文 时间:
2015-03-19 20:10:17
阅读次数:
127
from selenium import webdriverfrom selenium.webdriver.common.by import Byfrom selenium.webdriver.support.ui import WebDriverWaitfrom selenium.webdrive...
分类:
编程语言 时间:
2015-03-19 11:27:02
阅读次数:
264
/** * Created by zhangminjie on 15/3/16. */public enum WebDriverManager { DRIVER; Logger log= LogManager.getLogger(WebDriverManager.class.getNam...
分类:
其他好文 时间:
2015-03-19 06:12:18
阅读次数:
158
public class BrowserChromeImpl implements BrowserDriver { @Override public WebDriver getDriver() { SeleniumListener seleniumListener = ne...
分类:
其他好文 时间:
2015-03-19 00:52:59
阅读次数:
134
一、Selenium 简介 Selenium 是 ThoughtWorks 专门为 Web 应用程序编写的一个验收测试工具。 与其他测试工具相比,使用 Selenium 的最大好处是: Selenium 测试直接在浏览器中运行,就像真实用户所做的一样。 Selenium 测试可以在 Windows、...
分类:
Web程序 时间:
2015-03-18 10:19:00
阅读次数:
143