# File lib/selenium/webdriver/remote/capabilities.rb, line 70
          def htmlunit(opts = {})
            new({
              :browser_name => "htmlunit"
            }.merge(opts))
          end