DefaultSelenium GetAllWindowIds Method WebDriver
Returns the IDs 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[] GetAllWindowIds()

Return Value

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

Implements

ISelenium GetAllWindowIds 
See Also