Beispiel #1
0
        internal FindACoursePage CheckCourseList(String autopopulateList)
        {
            IList <IWebElement> all = webDriver.FindElements(courseList);

            FormCompletionHelper.CheckDropDownOptions(all, autopopulateList);
            return(new FindACoursePage(webDriver));
        }