Interface IWrapsElement
Defines the interface through which the user can discover if there is an underlying element to be used.
public interface IWrapsElement
Properties
WrappedElement
Gets the IWebElement wrapped by this object.
IWebElement WrappedElement { get; }