WebElement appName = driver.findElement(By.xpath(".//*[@id=\"scaComponentsTablewithBlacklist\"]/tbody/tr[1]/td[2]/div/div/span"));
Actions actions = new Actions(driver);
actions.moveToElement(appName).click().perform();
WebElement appName = driver.findElement(By.xpath(".//*[@id=\"scaComponentsTablewithBlacklist\"]/tbody/tr[1]/td[2]/div/div/span"));
Actions actions = new Actions(driver);
actions.moveToElement(appName).click().perform();