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

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

public interface IWrapsDriver

The IWrapsDriver type exposes the following members.

Properties

  NameDescription
Public propertyWrappedDriver
Gets the IWebDriver used to find this element.
Top
See Also

Reference