2011-12-29 47 views
0

我正在使用safariwatir,我似乎無法讓我的代碼從列表中選擇一個選項。我用來選擇語法是:Select_list不與Watir一起使用

browser.select_list(:id," select").select_value("USA") 

下面是表本身的HTML代碼:

<table> 
    <input type="textbox" name="selectedIndex" style="display:none" id="selectedIndex" /> 
    <input type="hidden" id="fromNo" /> 
    <input type="hidden" id="toNo" /> 
    <tr><td height="5px" colspan="2"></td></tr> 
    <tr> 
    <td class="col-header"> 
     Select Base No. 
    </td> 
    <td class="col-field" align="left"> 

     <select id="select" name="select" onChange="loadFrames();disableTemporarily('select');"> 

     <option value="" selected>Select a base</option> 

     <option value="CSindicator=Y&MMindicator=Y&FXindicator=Y&customerNum=MTAzNjQ5&branch=MTAy&GFCID=&accountNum=&asOfDate=&countrycode=102&activebase=MTAzNjQ5&MERMAID=c2dsaW13ZWlzYW5vbmxpbg==&PLANERILLA=c2dsaW13ZWlzYW5vbmxpbg==">USA</option> 



     </select> 
    </td> 
    </tr> 
</table> 

我甚至試圖將長期價值和所有。當我運行它時,終端確實輸出一個零,在通常情況下,它意味着它的工作,但名單仍然未選中。任何想法或幫助將不勝感激。謝謝。

回答

1

很抱歉的響應晚,但Safariwatir幾乎是在這一點上死項目從Safariwatir

切換到的Watir-的webdriver看到this link就如何使它與Safari瀏覽器

工作細節
相關問題