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

            findACourseSearchResultsPage.GetLocation(location);
        }