IWebElement InterfaceWebDriver
Defines the interface through which the user controls elements on the page.

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

public interface IWebElement : ISearchContext
Remarks

The IWebElement interface represents an HTML element. Generally, all interesting operations to do with interacting with a page will be performed through this interface.
See Also