# File lib/selenium/client/idiomatic.rb, line 436
      def browser_network_traffic(format = :plain)
        raise "format must be :plain, :json, or :xml"   \
            unless [:plain, :json, :xml].include?(format)
              
        remote_control_command "captureNetworkTraffic", [format.to_s]
      end