# File lib/xpath/html.rb, line 72
    def optgroup(name)
      descendant(:optgroup)[attr(:label).is(name)]
    end