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