Esempio n. 1
0
        public void SearchLocationDisplayedInLocationField(string location)
        {
            FindACourseSearchResultsPage findACourseSearchResultsPage = new FindACourseSearchResultsPage(webDriver);

            findACourseSearchResultsPage.GetSearchLocation(location);
        }