Interface IHasSessionId NamespaceOpenQA.Selenium AssemblyWebDriver.dll Interface indicating the driver has a Session ID. public interface IHasSessionId Properties SessionId Gets the session ID of the current session. SessionId SessionId { get; } Property Value SessionId