示例#1
0
 public void BeforeScenario()
 {
     if (!_browserDriver.IsInitialised)
     {
         _browserDriver.StartBrowser();
     }
 }