对于 html:
<div class="controls">
<input type="text" id="13796781312861791131776">
我尝试了以下方法来清除文本字段:
@browser.div(:class => /controls/).text_field(:topics_text_field, id:'13796781312861791131776').clear
这给出了以下错误:
expected one of [String, Regexp], got {:id=>"13796781312861791131776"}:Hash (TypeError)
注意:我使用的是 Ruby 2.0。