Table of Contents

Interface IWrapsElement

Namespace
OpenQA.Selenium
Assembly
WebDriver.dll

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; }

Property Value

IWebElement