如果运行Selenium IDE 出现如下问题:
Selenium IDE 出现 Exceeded waiting time for new window to appear 2000ms
可能原因有两个:

  1. 浏览器自动拦截页面跳转,如下图(火狐浏览器):
    Selenium IDE 出现 Exceeded waiting time for new window to appear 2000ms
    解决方法:
    Selenium IDE 出现 Exceeded waiting time for new window to appear 2000ms
    若还是出现跳转超时的情况,则是第二种情况。

  2. 网速慢

若页面跳转过快,则当页面还未加载成功即跳转就会报错。
解决方法:减慢运行速度
Selenium IDE 出现 Exceeded waiting time for new window to appear 2000ms
完成上述操作,页面即可跳转成功。

ps: 打开的多个页面要一个个关

Selenium IDE 出现 Exceeded waiting time for new window to appear 2000ms

相关文章: