Select Git revision
SetOuterHTMLCommand.cs
UndoCommandResponse.cs 296 B
using MasterDevs.ChromeDevTools;
using Newtonsoft.Json;
using System.Collections.Generic;
namespace MasterDevs.ChromeDevTools.Protocol.DOM
{
/// <summary>
/// Undoes the last performed action.
/// </summary>
[CommandResponse(ProtocolName.DOM.Undo)]
public class UndoCommandResponse
{
}
}