Selenium IDE 卡在弹出窗口中的 clickAndWait 命令上
每次出现弹出窗口时,selenium IDE 都会卡住(注意整个页面仍然在后台加载,但它卡住了)
这就是卡住的地方!
<tr>
<td>clickAndWait</td>
<td>link=Home</td>
<td></td>
</tr>
您必须选择弹出窗口上的关闭选项才能将其关闭!嗯,
你会如何解决这个问题?
Every time there is a popup, selenium IDE will get stuck (note the entire page still gets loaded in the background but it get stuck)
Here is where it gets stuck!
<tr>
<td>clickAndWait</td>
<td>link=Home</td>
<td></td>
</tr>
You have to select the close option on the popup to close it! hmm
How would you fix this problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你不能只记录关闭这个弹出窗口的操作吗?
如果您可以记录单击此弹出窗口的操作(例如:click | css=img.popup-img),并且问题是您无法预测弹出窗口是否会出现,您可以使用类似的内容:
Can't you just record action of closing this pop-up?
If you can record clicking on this pop-up (e.g.: click | css=img.popup-img) and the problem is that you can't predict if pop-up would appear you can use something like that: