FrameworkElementNextSibling Method (String)

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Return the next sibling of this control of type.

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

public FrameworkElement NextSibling(
	string controlType
)

Parameters

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

Return Value

Type: FrameworkElement
The next sibling, else null if this control is the last sibiling.
See Also

Reference