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
WebElement
dom技术学习 QTP
Browser("基本信息_个人资料_会员中心_猎聘猎头网:LieTou.co").Page("工作经验").
WebElement
("判断有几个工作经历").HighlightSetDoc=Browser
gzh0222
·
2012-08-21 14:00
工作
each
browser
dom技术学习 QTP
Browser("基本信息_个人资料_会员中心_猎聘猎头网:LieTou.co").Page("工作经验").
WebElement
("判断有几个工作经历
xitong
·
2012-08-21 14:00
dom
webelement
属性的获取(持续~~~)
1.span 标签下的纯文字获取:1432 number=driver.find_element_by_tag_name('span').get_attribute('innerHTML')2.css属性获取: value=driver.find_element_by_id("id").value_of_css_property("color")
Rebecca.Hu
·
2012-07-20 11:00
QTP鼠标触发事件
Browser("我的首页_猎聘猎头网:LieTou.com").Page("我的首页_猎聘猎头网:LieTou.com").
WebElement
("找职位
xitong
·
2012-07-19 14:00
qtp
QTP鼠标触发事件
Browser("我的首页_猎聘猎头网:LieTou.com").Page("我的首页_猎聘猎头网:LieTou.com").
WebElement
("找职位
xitong
·
2012-07-19 14:00
qtp
QTP鼠标触发事件
Browser("我的首页_猎聘猎头网:LieTou.com").Page("我的首页_猎聘猎头网:LieTou.com").
WebElement
("找职位▼").FireEvent"OnMouseOver
gzh0222
·
2012-07-19 14:00
browser
Web 应用测试接口即将规范化 W3C
WebDriverAPI与Web测试框架Selenium2中的具有同样名称的接口非常相似,其设计的核心是
WebElement
,这是函数findElement()返回的一个DOM对象。
tbwshc
·
2012-07-13 13:00
WebDriver(Selenium2) 判断页面是否刷新的方法
public static boolean waitPageRefresh(
WebElement
trigger) { int refreshTime = 0; boolean isRefresh
uniquepig
·
2012-06-26 16:00
selenium
webdriver
page refresh
webdriver 学习初步
org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.
WebElement
xitong
·
2012-05-04 15:00
webdriver
webdriver 学习初步
packagecom.second.test;importorg.openqa.selenium.By;importorg.openqa.selenium.WebDriver;importorg.openqa.selenium.
WebElement
gzh0222
·
2012-05-04 15:00
浏览器
String
user
firefox
login
mozilla
webdriver 学习初步
org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.
WebElement
xitong
·
2012-05-03 11:00
webdriver
Webdriver获取多个元素
官方通过如下代码获取多个元素: List<
WebElement
> inputs = driver.findElements(By.xpath("//input"));
lijingshou
·
2012-03-22 15:00
webdriver
Webdriver获取多个元素
官方通过如下代码获取多个元素: List<
WebElement
> inputs = driver.findElements(By.xpath("//input"));
lijingshou
·
2012-03-22 15:00
webdriver
Webdriver获取多个元素
官方通过如下代码获取多个元素: List<
WebElement
> inputs = driver.findElements(By.xpath("//input"));
lijingshou
·
2012-03-22 15:00
webdriver
"WebDriverException: Cannot find firefox binary in PATH."的解决方法
import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.
WebElement
qi_ling2005
·
2012-02-07 15:00
java
Path
firefox
webdriver
如何使用PageFactory
RenderedWebElements),例如: package org.openqa.selenium.example; import org.openqa.selenium.
WebElement
libin0019
·
2011-11-15 13:00
factory
how to verify an element does NOT exist in Selenium 2
WebElement
element = driver.findElements(By.id("block-id")); assertNull(element);  
eve
·
2011-10-26 11:00
Selenium 2
QTP模拟鼠标和键盘事件整理
每个对象都有自带的Click方法,通过其中第三个参数指定具体的鼠标事件 例如: Browser("New Page").page("New Page").
WebElement
wapysun
·
2011-06-14 15:00
html
windows
脚本
QTP模拟鼠标和键盘事件整理
鼠标事件1.1使用自带的Click方法看QTP的帮助,每个对象都有自带的Click方法,通过其中第三个参数指定具体的鼠标事件例如:Browser("NewPage").page("NewPage").
WebElement
amibaren
·
2011-05-25 00:00
html
windows
function
shell
user
browser
QTP模拟鼠标键盘事件
鼠标事件1.1使用自带的Click方法每个对象都有自带的Click方法,通过其中第三个参数指定具体的鼠标事件(左键、右键、中建)例如:Browser("NewPage").page("NewPage").
WebElement
amibaren
·
2011-05-25 00:00
windows
function
shell
百度
user
browser
httpRuntime Element。配置文件上传限制等
httpRuntimeElementconfigurationElement(GeneralSettingsSchema) system.
webElement
(ASP.NETSettingsSchema
cnn237111
·
2011-04-14 13:18
职场
asp.net
休闲
QTP对象识别机制
QTP对象识别机制(转载)测试对象模型是一大组对象类型或类,比如
WebElement
、WebList,QTP用这些对象类型和类来表示Web页面中的对象。
trygood
·
2011-04-12 14:00
编程
Web
脚本
软件测试
ITeye
Selenium 2.0 and WebDriver - the 5 minute getting started guide
import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.
WebElement
dracularking
·
2011-03-27 21:00
html
json
Google
firefox
关于使用webtable中ChildItem方法时报错之解决方案
myobj=Browser("chinamobile.com-Welcome").Page("chinamobile.com-个人工作台").WebTable("项目名称").ChildItem(2,2,"
WebElement
yanglidong
·
2010-11-26 11:00
工作
browser
autoTest
seleniumhq.org/docs/09_webdriver.html http://selenium.googlecode.com/svn/webdriver/javadoc/org/openqa/selenium/
WebElement
.html
aviva
·
2010-03-15 11:00
java
html
SVN
Blog
J2SE
QTP模拟鼠标和键盘事件整理
每个对象都有自带的Click方法,通过其中第三个参数指定具体的鼠标事件 例如: Browser("New Page").page("New Page").
WebElement
badwing
·
2009-11-08 22:00
html
脚本
QTP模拟鼠标和键盘事件方法整理
每个对象都有自带的Click方法,通过其中第三个参数指定具体的鼠标事件 例如: Browser("New Page").page("New Page").
WebElement
badwing
·
2009-09-10 12:00
html
windows
脚本
QTP录制不到双击的处理方法
该对象是一个
WebElement
,它的上层是个WebTable,不知道是否可以利用WebTable来
lwfshr
·
2009-07-31 15:00
html
Web
上一页
2
3
4
5
6
7
8
9
下一页
按字母分类:
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
其他