Žel*_*pin 10 html internet-explorer watir
我有这样的HTML:
<input custom_attribute="so cool" type="text" />
Run Code Online (Sandbox Code Playgroud)
我想获得custom_attribute使用Watir的价值.
Žel*_*pin 24
browser.text_field(:index, 1).attribute_value("custom_attribute")
#=> "so cool"
Run Code Online (Sandbox Code Playgroud)
资料来源: