private void ConfirmarExclusao()
 {
     BtnConfirmarExclusao.EsperarElemento(Browser);
     BtnConfirmarExclusao.IsElementVisible(Browser);
     MouseActions.ClickATM(Browser, BtnConfirmarExclusao);
 }
 public void ClicarConfirmarPersonagem()
 {
     BtnConfirmarExclusao.ClicarEsperarElemento(Browser);
     Thread.Sleep(2000);
 }