Exemplo n.º 1
0
        public Customer()
        {
            _driver = Chrome.CreateDriver();

            _driver.Navigate().GoToUrl(@"http://localhost:61336");
        }