コード例 #1
0
ファイル: WebEvents.cs プロジェクト: joelakagza/Komodo-DotNet
        public static void AfterWebScenario()
        {
            Alerts.AlertDismissAll(SeleniumSupport.driverCache);
            if (SeleniumSupport.ReuseWebSession)
            {
                SeleniumSupport.StopSelenium();
            }

            Assert.AreEqual("", ScenarioContext.Current.SeleniumErrors().ToString(), "Selenium verification errors");
        }