FrameworkElementAnySibling Method (String)

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Return any sibling of this control of the specified type. This method searches the previous siblings first, then the next sibilings.

Namespace:  ArtOfTest.WebAii.Silverlight
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

public FrameworkElement AnySibling(
	string controlType
)

Parameters

controlType
Type: SystemString
The desired control type to match (i.e. 'Button', 'Calendar' ...etc)

Return Value

Type: FrameworkElement
The matching sibling else null.
See Also

Reference