Ejemplo n.º 1
0
 public Index SelectDropDownByText(string byText)
 {
     dropDown.ChangeDropDownValue(byText);
     return(this);
 }