One Bug of WatiN?

本文探讨了使用WatiN自动化测试工具时如何准确地定位页面上的单选输入按钮。作者尝试了多种方法如通过ID、名称及值来查找元素但均未成功,最终只能通过索引的方式获取目标元素。

With WatiN,How to find a radio input button on the page?
such as the line of HTML:
<input type="radio" id="rdb_1" name="rdb" value="Value_1">
How to get it?
1) ie.RadioButton(Find.ById("rdb_1"))
2) ie.RadioButton(Find.ByName("rdb"))
3) ie.RadioButton(Find.ByValue("Value_1"))
neither of  these methods works well.
Now I can only get it with this:
ie.RadioButtons[index]

Why do them?
May I get some suggestions? 

转载于:https://www.cnblogs.com/webq/archive/2007/05/25/759984.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值