Exemple #1
0
 public void DadoPreencheOFormularioComOsValores(Table table)
 {
     Browser.PreencherTextBoxPorId(table.Rows[0][0], table.Rows[0][1]);
     Browser.PreencherTextBoxPorId(table.Rows[1][0], table.Rows[1][1]);
     Browser.PreencherTextBoxPorXPath(table.Rows[2][0], table.Rows[2][1]);
     Browser.PreencherTextBoxPorId(table.Rows[3][0], table.Rows[3][1]);
     Browser.PreencherTextBoxPorId(table.Rows[4][0], table.Rows[4][1]);
     Browser.PreencherTextBoxPorId(table.Rows[5][0], table.Rows[5][1]);
     Browser.PreencherTextBoxPorId(table.Rows[6][0], table.Rows[6][1]);
     Browser.PreencherTextBoxPorId(table.Rows[7][0], table.Rows[7][1]);
     Browser.PreencherTextBoxPorId(table.Rows[8][0], table.Rows[8][1]);
     Browser.AlterarSelecaoDropDownPorId(table.Rows[9][0], table.Rows[9][1]);
 }