C# Class Riganti.Utils.Testing.Selenium.Core.FastModeWebDriverFactoryMethodWrapper

Inheritance: IFastModeFactory, ISelfCleanUpWebDriver
Mostra file Open project: riganti/selenium-utils

Public Methods

Method Description
Clear ( ) : void
CreateNewInstance ( ) : IWebDriver
Dispose ( ) : void
FastModeWebDriverFactoryMethodWrapper ( Func factoryMethod ) : System
Recreate ( ) : void

Method Details

Clear() public method

public Clear ( ) : void
return void

CreateNewInstance() public method

public CreateNewInstance ( ) : IWebDriver
return IWebDriver

Dispose() public method

public Dispose ( ) : void
return void

FastModeWebDriverFactoryMethodWrapper() public method

public FastModeWebDriverFactoryMethodWrapper ( Func factoryMethod ) : System
factoryMethod Func
return System

Recreate() public method

public Recreate ( ) : void
return void