One Bug of WatiN?

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? 

posted on 2007-05-25 17:41 WebQ 阅读(101) 评论(0) 编辑 收藏

导航

公告

昵称:WebQ
园龄:7年8个月
粉丝:1
关注:0

搜索

 
 

常用链接

最新随笔

我的标签

最新评论

推荐排行榜