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

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