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