using MasterDevs.ChromeDevTools; using Newtonsoft.Json; using System.Collections.Generic; namespace MasterDevs.ChromeDevTools.Protocol.Page { /// <summary> /// Disables page domain notifications. /// </summary> [CommandResponse(ProtocolName.Page.Disable)] public class DisableCommandResponse { } }