C# Class AllTest.HelloWorld

Mostrar archivo Open project: photon-infotech/sharepoint-hw

Public Properties

Property Type Description
driver IWebDriver

Public Methods

Method Description
TakeScreenshot ( IWebDriver driver, string path ) : void

Private Methods

Method Description
SetupTest ( ) : void
TeardownTest ( ) : void
helloWorldTest ( ) : void

Method Details

TakeScreenshot() public method

public TakeScreenshot ( IWebDriver driver, string path ) : void
driver IWebDriver
path string
return void

Property Details

driver public_oe property

public IWebDriver driver
return IWebDriver