我在重播后以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?
答案 0 :(得分:0)
给该窗口name
,例如:
window.open('url', 'name_here', 'more_options');