DefaultSelenium GetAllWindowTitles Method WebDriver
Returns the titles 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

public string[] GetAllWindowTitles()

Return Value

Array of titles of all windows that the browser knows about.

Implements

ISelenium GetAllWindowTitles 
See Also