public Index SelectDropDownByText(string byText)
 {
     dropDown.ChangeDropDownValue(byText);
     return(this);
 }