1

大家好,我在单击链接后打开的弹出窗口中访问表单时遇到问题。一旦我点击了链接,我就会出现,它会导致脚本挂起,甚至不会超时。我需要能够访问表单、设置一些文本字段并单击提交按钮。

链接代码: <a id="ctl00_ContentPlaceHolder2_ctrlPageHeader1_aFilter" class="RightTextHeading" onclick="javascript:openMdlWindow('InvestmentDetailOptions.aspx?IDAssetType=','620','600');if(window.document.RetValue == '2'){window.parent.LoadinIframe('InvestmentDetail.aspx?FromMenu=N&amp;IDAssetType=','Investment Details &gt; Full View','false');}" style="text-decoration:none;">Filter</a>

我已经尝试了一切,但似乎没有任何效果。有没有人遇到过这个并有解决方案?

谢谢

4

1 回答 1

0

你试过这个:

browser.window(:title => "annoying popup").use do
  browser.button(:id => "close").click
end

更多信息:http ://watirwebdriver.com/browser-popups/

于 2012-07-28T08:12:51.207 回答