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.
假设我有一个单选按钮
<input type="radio" name="test" value="1"> <input type="radio" name="test" value="2">
我想针对“黑客”进行测试,我想提交“3”。Capybara + Rspec有没有办法做到这一点?