我正在尝试使用 mechanize 单击看似按钮的内容,但是,当我查看 CSS 时,它似乎是一个表单字段。
<input type="submit" name="tbe_cws_submit" value="Search" style="
padding:2px;
color:#FFFFFF;
border-left: 2px solid #11A9F7;
border-bottom:1px solid #333333;
border-right:1px solid #333333;
border-top:2px solid #11A9F7;
font-size: 10px;
font-weight: bold;
font-family:Verdana;" tabindex="13">
当使用 mechanize 从 irb 查看页面时,这就是我所看到的。
:028 > page.forms[0].fields[4]
=> [text:0xddbe6c type: text name: ctl00$quickSearch$txtQuickSearch value: Search]