E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Selenium2
解决使用
Selenium2
进行Web自动化测试时IE启动失败的方法
我的机器环境是WIN7,IE8,JDK1.5.0,Selenium2.19.0版本,在调试WEB自动化测试过程中,遇到Firfox启动正常,但是IE8却启动报如下的错误: java.lang.RuntimeException: org.openqa.selenium.WebDriverException: Unexpected error launching Interne
hay
·
2012-03-30 10:00
IE
Selenium2.19.0
webdriver selenium xpath
//iframe[@class='g-editor-iframe']" ref.xpath http://www.w3schools.com/xpath/获取iframe中的内容
Selenium2
dancedan
·
2012-03-29 14:00
iframe
String
Class
selenium
Selenium2
中设定FirefoxDriver的启动路径和Profile
# 火狐启动路径 如果安装了多个Firefox版本,若在创建FirefoxDriver时不指定路径,则启动安装在默认路径下的Firefox浏览器,C:\Program Files\Mozilla Firefox\firefox.exe WebDriver webDriver = new FirefoxDriver(); 指定路径通过设定系统属性来实现: System.set
nickelen
·
2012-02-08 10:00
webdriver
FirefoxDriver
FirefoxProfile
selenium2
入门
1.1 下载selenium2.0的lib包 http://code.google.com/p/selenium/downloads/list 官方User Guide:http://seleniumhq.org/docs/ 1.2 用webdriver打开一个浏览器 我们常用的浏览器有firefox和IE两种,firefox是se
CYF0110
·
2012-01-11 15:00
selenium
Selenium WebDriver 获取 existing Cache?
采用
Selenium2
作为Web前段测试工具,跑测试脚本的时候遇到的问题是这样的: 比如进行10遍browser测试,在每次测试完成后,driver.quit(),关闭浏览器再重新开启后
guiven
·
2011-11-22 17:00
webdriver
selenium2
入门
阅读更多http://code.google.com/p/selenium/是开源的自动化测试框架,支撑主流的所有的游览器,支持多语言开发,要使用
selenium2
的pom依赖如下org.seleniumhq.seleniumselenium-chrome-driver2.7.0org.seleniumhq.seleniumselenium-support2.7.0
yangzx554
·
2011-09-28 20:00
selenium
junit
Selenium2
with ruby
Introduction The Ruby bindings for Selenium/WebDriver are available as the selenium-webdriver gem. There are many other Selenium gems out there, but this is the only official, mainta
yanzilee9292
·
2011-09-09 10:00
selenium
开源应用架构之Selenium WebDriver(中)
Selenium团队最近发布了
Selenium2
(又名SeleniumWebDriver)。主要新功能是集成了WebDriver——曾经是Selenium1(又名SeleniumRC)的竞争对手。
崔康
·
2011-07-30 00:00
开源应用架构之Selenium WebDriver(中)
Selenium团队最近发布了
Selenium2
(又名SeleniumWebDriver)。主要新功能是集成了WebDriver——曾经是Selenium1(又名SeleniumRC)的竞争对手。
崔康
·
2011-07-30 00:00
Selenium 2(又名Selenium WebDriver)发布
Selenium团队最近发布了
Selenium2
(又名SeleniumWebDriver)。Selenium是针对Web应用的测试框架,支持多种浏览器和多种编程语言。
Bienvenido David III
·
2011-07-25 00:00
Selenium 2(又名Selenium WebDriver)发布
Selenium团队最近发布了
Selenium2
(又名SeleniumWebDriver)。Selenium是针对Web应用的测试框架,支持多种浏览器和多种编程语言。
Bienvenido David III
·
2011-07-25 00:00
Selenium2
判断元素是否存在解决方法
我目前没有找到相关的API,要么就用selenium1中的对象,但我不想那样做,先出了下面的方法:WebDriverwillthrowNoSuchElementExceptioniftheobjectisnotfound.Ihavewrappedthatlogicinafunctiontocheckiftheelementexists publicbooleandoesWebElementExi
李长春
·
2011-07-12 14:00
selenium2
标准html控件操作
1.ClickonlinkWebElementoClickElem=oWebDriver.findElement(By.linkText("Next"));oClickElem.click(); 2.TypecharactersoInputElement=oWebDriver.findElement(By.xpath("//*[@name='first-name']"));//XPATHlocat
berniebd
·
2011-05-04 20:00
html
apple
css
input
selenium
button
上一页
3
4
5
6
7
8
9
10
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他