Interface IHasLocationContext
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
LocationContext
Gets an ILocationContext object for managing browser location.
ILocationContext LocationContext { get; }