EventFiringWebDriver CurrentWindowHandle Property WebDriver
Gets the current window handle, which is an opaque handle to this window that uniquely identifies it within this driver instance.

Namespace: OpenQA.Selenium.Support.Events
Assembly: WebDriver.Support (in WebDriver.Support.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

public string CurrentWindowHandle { get; }

Implements

IWebDriver CurrentWindowHandle
See Also