Affecto.Testing.Ui.Selenium.TestRunner.Program.Main C# (CSharp) Method

Main() static private method

static private Main ( ) : void
return void
        static void Main()
        {
            using (WebHostDriver driver = new WebHostDriver("PhantomJS"))
            {
                driver.NavigateTo("www.google.com");                
            }
        }
    }
Program