# File lib/mechanize/page.rb, line 52
      def watch_for_set=(obj)
        @watch_for_set = obj
        parse_html if @body && @watch_for_set
      end