Couple of ways to choose radio options in capybara. All the below options were mostly i tried from different sources. It might helps you. find('label[for="for_element"]').click find('label', text: "for_element").click find(:css, "css_value[value='#{1}']").set(true) choose('Name1', :visible => false) choose('Name1', visible: false) orig_value = find("#submit_requirements_crawl_type_1", visible: false).value choose(option: orig_value) ...
ruby on rails cheat sheet, ruby libraries, ruby on rails concepts, rails tutorials for beginner, ruby on rails