Select Git revision
SetAttributeValueCommandResponse.cs
SetAttributeValueCommandResponse.cs 373 B
using MasterDevs.ChromeDevTools;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
namespace MasterDevs.ChromeDevTools.Protocol.iOS.DOM
{
/// <summary>
/// Sets attribute for an element with given id.
/// </summary>
[CommandResponse(ProtocolName.DOM.SetAttributeValue)]
[SupportedBy("iOS")]
public class SetAttributeValueCommandResponse
{
}
}