excelButton = driver.FindElement(By.XPath("//div[contains(@class,'exportLabel') and contains(text(),'XLS (1000 max)')]"));
System.Threading.Thread.Sleep(5000); excelButton.Click();