Skip to content
Snippets Groups Projects
Select Git revision
  • 4bd587447bc994bcb05079f63e435aae10e96e11
  • master default protected
  • no_scala_DSL
3 results

QueryDB.scala

Blame
  • DiscardSearchResultsCommandResponse.cs 474 B
    using MasterDevs.ChromeDevTools;
    using Newtonsoft.Json;
    using System;
    using System.Collections.Generic;
    
    namespace MasterDevs.ChromeDevTools.Protocol.Chrome.DOM
    {
    	/// <summary>
    	/// Discards search results from the session with the given id. <code>getSearchResults</code> should no longer be called for that search.
    	/// </summary>
    	[CommandResponse(ProtocolName.DOM.DiscardSearchResults)]
    	[SupportedBy("Chrome")]
    	public class DiscardSearchResultsCommandResponse
    	{
    	}
    }