Select Git revision
GetDocumentCommand.cs
GetDocumentCommand.cs 301 B
using MasterDevs.ChromeDevTools;
using Newtonsoft.Json;
using System.Collections.Generic;
namespace MasterDevs.ChromeDevTools.Protocol.DOM
{
/// <summary>
/// Returns the root DOM node to the caller.
/// </summary>
[Command(ProtocolName.DOM.GetDocument)]
public class GetDocumentCommand
{
}
}