Table of Contents

Interface IHasSessionId

Namespace
OpenQA.Selenium
Assembly
WebDriver.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