New to Telerik Test StudioStart a free 30-day trial

Definition

Namespace:ArtOfTest.WebAii.DesktopAutomation.Controls

Assembly:ArtOfTest.WebAii.dll

Syntax:

C#
public static class ArrayExtensions

Inheritance: objectArrayExtensions

Methods

C#
public static T[] As<T>(this DesktopElement[] elements) where T : DesktopControl
Parameters:elementsDesktopElement[]Returns:

T[]

C#
public static T[] CastIncludingAncestors<T>(this DesktopElement[] elements) where T : DesktopControl
Parameters:elementsDesktopElement[]Returns:

T[]