Gets the parent web element or null if the root of the web document has been reached.
| C# | Visual Basic | Visual C++ |
public WebElement Parent { get; }
Public ReadOnly Property Parent As WebElement
public: property WebElement^ Parent { WebElement^ get (); }
The parent web element.
