Ejemplo n.º 1
0
        private new void WaitForElements()
        {
            JobSearchSection = WaitForElementToBeInDom <HtmlControl>(CareersSelector.JobSearchSection);
            WaitForGivenElementToBeVisible(JobSearchSection);
            JobOffersLink = JobSearchSection.FindChildElement <HtmlHyperLink>(TagNames.Anchor);

            base.WaitForElements();
        }