我想在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以防无争议,它将失败,因为警报不会出现。 那么我怎样才能在两种情况下处理它。
谢谢, 尼特
答案 0 :(得分:0)
在Selenium IDE中,不使用插件就无法处理条件语句。
对于您的情况,您可以使用Flow Control
插件。
Read this post它会对你有所帮助。