AllTest.HelloWorld.TeardownTest C# (CSharp) 메소드

TeardownTest() 개인적인 메소드

private TeardownTest ( ) : void
리턴 void
        public void TeardownTest()
        {
            try
            {

                driver.Quit();
            }
            catch (Exception)
            {
                // Ignore errors if unable to close the browser
            }
            Assert.AreEqual("", verificationErrors.ToString());
        }
        public void TakeScreenshot(IWebDriver driver, string path)