Newer
Older
using MasterDevs.ChromeDevTools;
using Newtonsoft.Json;
using System.Collections.Generic;
namespace MasterDevs.ChromeDevTools.Protocol.Chrome.CSS
{
/// <summary>
/// Find a rule with the given active property for the given node and set the new value for this property
/// </summary>
[CommandResponse(ProtocolName.CSS.SetEffectivePropertyValueForNode)]
[SupportedBy("Chrome")]
public class SetEffectivePropertyValueForNodeCommandResponse
{
}
}