Blog.Testes.Features.Support.WebTag.StopBrowser C# (CSharp) Method

StopBrowser() private method

private StopBrowser ( ) : void
return void
        public static void StopBrowser()
        {
            if (Contexto.Driver != null)
            {
                Contexto.Driver.Dispose();
            }
        }