Ejemplo n.º 1
0
 public void AskAnswerPhonemicAwareness()
 {
     GCDriver.Navigate().GoToUrl("https://improvingliteracy.org/glossary/module/ask-answer-phonemic-awareness");
     GCDriver.FindElement(By.LinkText("Download Phonemic-Awareness-Module-Transcript.pdf")).Click();
     System.Threading.Thread.Sleep(6000);
     Assert.IsTrue(TestingClass.CheckFileDownloaded("Phonemic-Awareness-Module-Transcript.pdf"));
     GCDriver.FindElement(By.PartialLinkText("Download Phonemic-Awareness-Module-Audio.mp4")).Click();
     System.Threading.Thread.Sleep(6000);
     Assert.IsTrue(TestingClass.CheckFileDownloaded("Phonemic-Awareness-Module-Audio.mp4"));
     GCDriver.FindElement(By.XPath("//*[@id='content']/div[2]"));
     TestingClass.IsElementPresentXpath("//*[@id='content']/div[2]", GCDriver);
 }