Ejemplo n.º 1
0
        public bool IsSearchResultFounded(string firstResult)
        {
            CareersPage careersPage = new CareersPage();

            return(careersPage.IsSearchResultsDisplayed(firstResult));
        }