Table of Contents

Interface IWrapsDriver

Namespace
OpenQA.Selenium
Assembly
WebDriver.dll

Defines the interface through which the user can access the driver used to find an element.

public interface IWrapsDriver

Properties

WrappedDriver

Gets the IWebDriver used to find this element.

IWebDriver WrappedDriver { get; }

Property Value

IWebDriver