-
svatal authored
+ deprecated json field support (-> obsolete) + event with dictionary support + updated sample not to use deprecated command (SetVisibleSizeCommand -> SetDeviceMetricsOverrideCommand)
svatal authored+ deprecated json field support (-> obsolete) + event with dictionary support + updated sample not to use deprecated command (SetVisibleSizeCommand -> SetDeviceMetricsOverrideCommand)
EnableCommand.cs 381 B
using MasterDevs.ChromeDevTools;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
namespace MasterDevs.ChromeDevTools.Protocol.Chrome.Animation
{
/// <summary>
/// Enables animation domain notifications.
/// </summary>
[Command(ProtocolName.Animation.Enable)]
[SupportedBy("Chrome")]
public class EnableCommand: ICommand<EnableCommandResponse>
{
}
}