예제 #1
0
 public void ThenUserClicksOnTheCustomSPECImplementationLink()
 {
     try
     {
         Synchronization.VisibleElement(SelectBrowser.driver, By.XPath("//div[contains(text(),'Custom SPEC Implementation')]"));
         ActivityHomePage.CustomSpeckImplementationLink(SelectBrowser.driver).Click();
         test.Log(Status.Pass, "User Clicks on the Custom SPEC Implementation link");
         //Thread.Sleep(10000);
     }
     catch (Exception ex)
     {
         Console.WriteLine("Exception==>" + ex);
         ScreenshotPage.TakesScreenshotWithDate(@"Screesnhot", System.Drawing.Imaging.ImageFormat.Png);
     }
 }