# File lib/capybara/selector.rb, line 47
    def label(label=nil)
      @label = label if label
      @label
    end