public void VerificarExclusao(String conteudo) { SeleniumMaps Maps = new SeleniumMaps(); WebDriverWait espera = new WebDriverWait(DriverFactory.INSTANCE, TimeSpan.FromSeconds(5)); //método try catch para validar se foi possível acessar a tela inicial Maps.CBClick_ElementoAusente(cbProfile, "", conteudo); }