示例#1
0
 public void AddFurtherInformation(string comment)
 {
     DropDownListElements.SendKeys(comment);
     GenericObjects.GoToNextPage();
 }
示例#2
0
 public void InputAddtionalInformation(string info)
 {
     DropDownListElements.SendKeys(info);
     GenericObjects.ClickNextButtonTwiceToGoToNextPage();
 }