class RuboCop::Cop::Capybara::SpecificActions

def supported_selector?(selector)

def supported_selector?(selector)
  !selector.match?(/[>,+~]/)
end