# File lib/webrat/core/matchers/have_selector.rb, line 53
    def have_selector(name, attributes = {}, &block)
      HaveSelector.new(name, attributes, &block)
    end