internal FindACoursePage CheckCourseList(String autopopulateList) { IList <IWebElement> all = webDriver.FindElements(courseList); FormCompletionHelper.CheckDropDownOptions(all, autopopulateList); return(new FindACoursePage(webDriver)); }