public void AddFurtherInformation(string comment) { DropDownListElements.SendKeys(comment); GenericObjects.GoToNextPage(); }
public void InputAddtionalInformation(string info) { DropDownListElements.SendKeys(info); GenericObjects.ClickNextButtonTwiceToGoToNextPage(); }