Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有如下所示的 HTML:
<input custom_attribute="so cool" type="text" />
我想获得custom_attribute使用Watir的价值。
custom_attribute
browser.text_field(:index, 1).attribute_value("custom_attribute") #=> "so cool"
资料来源: