public void WhenUserClickOnAnyAvailableLinkUnderPendingRenewals() { try { Synchronization.VisibleElement(SelectBrowser.driver, By.XPath("//span[contains(text(),'(GMI) GLUECKLER METAL INC.')]//preceding::i[1]")); ActivityHomePage.GlueLink(SelectBrowser.driver).Click(); test.Log(Status.Pass, "User Clicks on the download link for Pending Renewals"); //Thread.Sleep(10000); } catch (Exception ex) { Console.WriteLine("Exception==>" + ex); ScreenshotPage.TakesScreenshotWithDate(@"Screesnhot", System.Drawing.Imaging.ImageFormat.Png); } }