IWrapsElement InterfaceWebDriver
Defines the interface through which the user can discover if there is an underlying element to be used.

Namespace: OpenQA.Selenium.Internal
Assembly: WebDriver (in WebDriver.dll) Version: 3.1.0
Syntax

public interface IWrapsElement

The IWrapsElement type exposes the following members.

Properties

  NameDescription
Public propertyWrappedElement
Gets the IWebElement wrapped by this object.
Top
See Also

Reference