Newer
Older
brewdente
committed
using MasterDevs.ChromeDevTools;
using Newtonsoft.Json;
using System.Collections.Generic;
namespace MasterDevs.ChromeDevTools.Protocol.Page
{
/// <summary>
/// Enables page domain notifications.
/// </summary>
[Command(ProtocolName.Page.Enable)]
public class EnableCommand
{
}
}