Skip to content
Snippets Groups Projects
ClearGeolocationOverrideCommand.cs 341 B
Newer Older
  • Learn to ignore specific revisions
  • using MasterDevs.ChromeDevTools;
    using Newtonsoft.Json;
    using System.Collections.Generic;
    
    namespace MasterDevs.ChromeDevTools.Protocol.Page
    {
    	/// <summary>
    	/// Clears the overriden Geolocation Position and Error.
    	/// </summary>
    	[Command(ProtocolName.Page.ClearGeolocationOverride)]
    	public class ClearGeolocationOverrideCommand
    	{
    	}
    }