예제 #1
0
파일: Hooks.cs 프로젝트: alhondra/Challenge
 public void DestroyWebDriver(ScenarioContext scenarioContext)
 {     
     DriverActions.FinalizeDriver(Driver.driver);
 }