Skip to content
Snippets Groups Projects
Select Git revision
  • f304380ab6d12ca1c40f4cf379b5ef1ded7a677c
  • main default
  • master
  • tempAndrToMaster
4 results

AlignText.cs

Blame
  • EndCommandResponse.cs 326 B
    using MasterDevs.ChromeDevTools;
    using Newtonsoft.Json;
    using System.Collections.Generic;
    
    namespace MasterDevs.ChromeDevTools.Protocol.Chrome.Power
    {
    	/// <summary>
    	/// Stop power events collection.
    	/// </summary>
    	[CommandResponse(ProtocolName.Power.End)]
    	[SupportedBy("Chrome")]
    	public class EndCommandResponse
    	{
    	}
    }