Capybara can't find select box for Semantic-ui
问题 I use capybara with capybara-webkit and Semantic-ui , but it seams that dropdowns doesn't work out of box, because <select> element is hidden: # feature_spec.rb select 'option1', from: 'Options' $ rspec feature_spec.rb Capybara::ElementNotFound: Unable to find select box "Options" Do you have working solutions for this? 回答1: I've created this helper: # for Semantic-ui dropdown def select_from_dropdown(item_text, options) # find dropdown selector dropdown = find_field(options[:from], visible: