2012-11-28 41 views
0

當我在應用程序中輸入Userid和pwd時,如果用戶不再處於活動狀態,那麼將顯示一個Modal彈出窗口。我需要使用Java使用Selenium RC來關閉這個窗口,如果沒有,我不能走得更遠。請在下面找到模式Popup的HTML代碼。我想使用Selenium RC關閉modalPopup

任何人都可以幫助我這個儘快。

<!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> 

我只關閉這個模式彈出窗口上的按鈕。

+2

什麼樣的模式彈出?你需要在那裏更加明確。 (是它的模態,使用框架插入的模態...) –

+0

它只有一個模式彈出。 –

+0

我有這個模式彈出的標題。標題:「安全問題警報」。 –

回答