我想使用Selenium RC关闭modalPopup

时间:2012-11-28 10:44:03

标签: java javascript selenium-rc

当我在我的应用程序中输入Userid和pwd时,如果用户不再处于活动状态,则会显示Modal弹出窗口。我需要使用Selenium RC使用Java关闭此窗口,如果不是,我无法继续前进。请在下面找到模态弹出窗口的HTML代码。

任何人都可以尽快帮助我。

 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org  
         /TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head runat="server">
        <title>Security Questions Alert</title>
        <style type="text/css">
    .modalPopup
    {
     border-width:0px;
     border-style:solid;
     padding:3px;
     width:570px;
    }
   .ModelText
   {
    FONT-SIZE: 11px; MARGIN: 0px; font-weight:200; FONT-STYLE: normal; FONT-FAMILY: Tahoma;
   }
   .Orange { font-family:Tahoma; font-size:11px; font-weight:600; color:#FF3300;}
    </style>
    </head>
    <body background="Common/Images/login/forgot_13.gif">
    <div style="vertical-align:middle">
    <table class="modalPopup" width="100%" cellspacing="0" cellpadding="0" border="0">
    <tbody>

我在这个模态弹出窗口上只有关闭按钮。

1 个答案:

答案 0 :(得分:0)

希望此链接有助于解决您的问题:http://pragmaticqa.co.uk/blog/2009/04/selenium-rc-and-pop-up-handling/