我无法理解如何使用acceptAlert()方法。它对我不起作用。我尝试接受带有两个按钮的弹出警报:确定和取消。
这是我的测试代码。
html
我收到以下错误:
<header>
<img style="text-align:left" src="images.png" width="200" height="100" alt="NSIC-logo1"/>
<a href="department.jsp">Create</a>
<h1 style="text-align:center">File Tracking System</h1>
<form style="float:right;" action=" LogoutServlet" method="post">
<input type="submit" value="Logout" >
</form>
<br>
</header>
答案 0 :(得分:1)
UnexpectedAlertOpen错误表示在其中一个查询调用之前打开了一个警告框;发现呼叫无法继续,因为它被模态警报对话框阻止。
另请注意,acceptAlert
适用于本机浏览器警报框,而不是任意框架生成的对话框(此处可能不相关,但需要注意的事项)。