예제 #1
0
        public CoreTest()
        {
            Inicializacao init = new Inicializacao();

            DriverFactory.GetDriver().Url = "https://mark7.herokuapp.com";

            init.Realizarlogin();
        }
예제 #2
0
 private IWebDriver GetDriver()
 {
     return(DriverFactory.GetDriver());
 }