随笔分类 -  Web Auto Testing

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) i... 阅读全文

posted @ 2007-05-25 17:41 WebQ 阅读(296) 评论(0) 推荐(0)

Handle alert dialog with WatiN
摘要:Useful objects ofWatiN are DialogHandlers.We can use one of them : AlertDialogHandler to handle a window.alert dialog.However theWatiN Recoder still generate correct codes about such a scenario so far... 阅读全文

posted @ 2007-05-22 22:38 WebQ 阅读(1434) 评论(7) 推荐(0)

导航