我是 Watin 的新手,并且我正在使用 java 和 iface 技术来自动化站点,我正在尝试从下拉列表中进行选择,它的值是从另一个下拉列表中填充的,并且我正在使用最新的 Watin 版本并在 VS2008 中进行 C# 单元测试。我已经编码:
browser.SelectList(Find.ById("BillEnrollmentForm:selectedIndustry")).Option("Charity").Select();
browser.SelectList(Find.ById("onlinePayment:panelTabSet1:0:quickPaymentTable:0:selectedBiller")).option("Resala").Select();
它执行了第一个并从下拉列表中选择,但是当涉及到第二个时,它花费了太多时间并显示此异常
"WatiN.Core.Exceptions.TimeoutException : Timeout while Internet Explorer busy"