Ejemplo n.º 1
0
 public void TeardownTest()
 {
     try
     {
         driver.Quit();
         driver.Close();
     }
     catch (Exception)
     {
         // Ignore errors if unable to close the browser
     }
     screenRecorder.StopRecording(TestContext.CurrentTestOutcome);
 }