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.
fill_in "user_role", :with => @visitor[:role]
这是检查简单的输入字段,但隐藏的输入字段不起作用,是否有任何其他隐藏字段的方法。
hidden_field = find :xpath, "//input[@id='id_of_hidden_field']" hidden_field.set "hello world"