Exemple #1
0
        internal FindACoursePage SelectCourse(String courseTxt)
        {
            IList <IWebElement> all = webDriver.FindElements(courseList);

            FormCompletionHelper.SelectFromDropDownList(all, courseTxt, courseList);
            return(new FindACoursePage(webDriver));
        }