ISelenium GetAllWindowNames Method WebDriver
Returns the names of all windows that the browser knows about in an array.

Namespace: Selenium
Assembly: ThoughtWorks.Selenium.Core (in ThoughtWorks.Selenium.Core.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

string[] GetAllWindowNames()

Return Value

Array of names of all windows that the browser knows about.
See Also