Example #1
0
 private void PreencherFiltroCenario(string nomeCenario)
 {
     DropListCenario.EsperarElemento(Browser);
     if (DropListCenario.IsElementVisible(Browser))
     {
         AutomatedActions.TypingListATM(Browser, DropListCenario, InputCenarioRoteiro, nomeCenario);
     }
 }
Example #2
0
 private void PreencherCenario(string nomeCenario)
 {
     //DropListCenario.Esperar(Browser, 500);
     DropListCenario.EsperarElemento(Browser);
     if (DropListCenario.IsElementVisible(Browser))
     {
         DropListCenario.IsClickable(Browser);
         AutomatedActions.TypingListATM(Browser, DropListCenario, InputListCenario, nomeCenario);
     }
 }