Table of Contents

Interface IHasLocationContext

Namespace
OpenQA.Selenium.Html5
Assembly
WebDriver.dll

Interface allowing the user to determine if the driver instance supports geolocation.

public interface IHasLocationContext

Properties

HasLocationContext

Gets a value indicating whether manipulating geolocation is supported for this driver.

bool HasLocationContext { get; }

Property Value

bool

LocationContext

Gets an ILocationContext object for managing browser location.

ILocationContext LocationContext { get; }

Property Value

ILocationContext