public LoginSenhaModel()
 {
     PageFactory.InitElements(SeleniumProperties.Driver, this);
     _leitor = new LeitorImagens();
 }
 public ConfirmacaoModel()
 {
     PageFactory.InitElements(SeleniumProperties.Driver, this);
     _leitor = new LeitorImagens();
 }