Table of Contents

Interface IHasUnproxiedWebDriver

Namespace
CSF.Extensions.WebDriver.Proxies
Assembly
CSF.Extensions.WebDriver.dll

An object which provides access to an 'unproxied' OpenQA.Selenium.IWebDriver instance.

public interface IHasUnproxiedWebDriver

Remarks

For more information about the proxying functionality within this library and its consequences, see IGetsProxyWebDriver.

This interface provides functionality to get the original 'unproxied' WebDriver instance, undoing the proxying process. Note that such an unproxied WebDriver will have lost the augmented functionality provided by this library. There is also a 'convenience' extension method: Unproxy(IWebDriver) to use this in a consistent manner.

Properties

UnproxiedWebDriver

Gets the 'unproxied' WebDriver.

IWebDriver UnproxiedWebDriver { get; }

Property Value

IWebDriver

See Also

Unproxy(IWebDriver)