我想在 Selenium IDE 中处理一个 JavaScript 弹出窗口。我的 Selenium IDE 代码如下:
click id=chk_MITS64906_ZTDLA15RT
click id=AddDispute
select id=cmbIssueCategory label=Billing Support Documents Required
select id=cmbIssue label=Customer needs copy of Customer invoice
click link=Submit
assertAlert There is Open dispute on following InvoiceNumber=ZTDLA15RT for Category=Billing Support Documents Required
assertalert 是我要处理的弹出窗口。视情况而定,如果有争议警报会出现,否则不会出现。
如果我在没有争议的情况下保留 assertAlert 它将失败,因为警报将不存在。那么我该如何在这两种情况下处理它。
谢谢,尼特