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