lp7wshishui 发表于 2011-2-11 17:13:38

如图所示,怎么采取描述性编程

http://bbs.51testing.com/QQ截图未命名.jpg

TIB 发表于 2011-2-11 18:46:36

用html tag和outerhtml描述试试

rojer521 发表于 2011-2-11 21:41:52

与同类型的对象作对比,找出区别于其他WebElement的属性即可用描述性编程

lp7wshishui 发表于 2011-2-12 10:40:41

回复 2# TIB
WebElement("outerhtml:= <A onclick="return GB_showCenter('name', this.href,410,600)" href="Users/UpdatePwd.aspx"></A>").Click
这句有错误,要怎么改写啊?谢谢!

skyzhu 发表于 2011-2-12 15:45:45

WebElement("outerhtml:= <A onclick=""return GB_showCenter('name', this.href,410,600)"" href=""Users/UpdatePwd.aspx""></A>").Click

lp7wshishui 发表于 2011-2-12 16:09:44

回复 5# skyzhu

还是不行哦

shanxi 发表于 2011-2-12 16:32:11

转义

shingo0109 发表于 2011-2-12 17:05:43

要么LZ就用html tag:=A再加上index来描述, 可以先通过for循环语句来找到其index的值

dabeixiong 发表于 2011-2-14 22:28:19

查源代码,用DOM描述-.-!
页: [1]
查看完整版本: 如图所示,怎么采取描述性编程