如何在重放录制的Selenium IDE时克服弹出

时间:2010-02-23 08:13:22

标签: html

我在重播后以selenium IDE HTML格式录制了应用程序这是显示“Firefox阻止此站点打开弹出窗口”的错误

 In selenium IDE in log we got error like this "[warn] Opening window '_blank', which is not a real window name. Randomizing target to be: selenium_blank54652" 

  how do i solve this problem?

1 个答案:

答案 0 :(得分:0)

给该窗口name,例如:

window.open('url', 'name_here', 'more_options');