Click or drag to resize

UIAutomationSettingsGetWindowList Method

Gets a list of window classes identified via the UI Automation engine.

Namespace:  SmartBear.TestLeft.Options
Assembly:  SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax
public IList<string> GetWindowList()

Return Value

Type: IListString
A list of window class names.
See Also