RanorexRanorex Documentation
NextSibling Property
NamespacesRanorexWebElementNextSibling
Gets the next web element sibling or null if this element is the last of its parent's children.
Declaration Syntax
C#Visual BasicVisual C++
public WebElement NextSibling { get; }
Public ReadOnly Property NextSibling As WebElement
public:
property WebElement^ NextSibling {
	WebElement^ get ();
}
Value
The next sibling.

Assembly: Ranorex.Plugin.Web (Module: Ranorex.Plugin.Web) Version: 4.0.3.22982 (4.0.3.22982)