public NovoUsuarioPage Novo() { driver.FindElement(By.LinkText("Novo Usuário")).Click(); return new NovoUsuarioPage(driver); }
Error CS0050 Inconsistent accessibility: return type 'NovoUsuarioPage' is less accessible than method 'UsuarioPage.Novo()' TesteAutomatizado ~\Projects\TesteAutomatizado\TesteAutomatizado\pages\UsuarioPage.cs 20 Active