Beispiel #1
0
        public void AndarProjeto()
        {
            bizagi = new BizagiPage(driver);
            bizagi.visita();
            bizagi.preencheLogin();

            bizagiInicial = new BizagiMenuPrinc(driver);
            bizagiInicial.NewCase();
        }
Beispiel #2
0
        public void AntesDosTestes()
        {
            driver = new ChromeDriver(@"C:\Users\joaopaulo\Documents\Visual Studio 2017\Projects\TesteAutomatizado\TesteAutomatizado\bin\Debug");
            bizagi = new BizagiPage(driver);

            WebDriverWait wait = new WebDriverWait(driver, timer);

            wait.Until(ExpectedConditions.ElementIsVisible(By.ClassName("modal-content")));
        }