如果从iframe内的链接/按钮打开新窗口,则Selenium选择窗口不起作用

时间:2012-09-25 19:04:47

标签: selenium selenium-rc

我的Dom结构就像

 <iframe id="frame1">
       <input type="button" onclick="openModalPopup"></input>
   </iframe>

当我在iframe中按下这个按钮时,selenium会打开modalpopup,但它无法将控件移到那里?

有人可以帮忙吗?

2 个答案:

答案 0 :(得分:1)

切换到默认框架(从当前框架中移除焦点),然后尝试将控件移动到弹出窗口。 这应该有用。

答案 1 :(得分:0)

http://release.seleniumhq.org/selenium-core/1.0.1/reference.html。在参考中搜索iframe。您需要选择框架。然后您才可以与它进行交互。