This question already has an answer here:
driver.findElement(By.xpath("//*[@id=\"d:dashboard~p:at0hnbtupgpdp2at~r:ltrb7i2434f3tc9hLinks\"]/tbody/tr/td/a")).click();
I am using this code for clicking on this button but this is not working for me I also tried this driver.findElement(By.xpath("/html/body/div[7]/div/table/tbody/tr/td/div[1]/table/tbody/tr/td[1]/div/table/tbody/tr[1]/td/div/table/tbody/tr[2]/td/div/table/tbody/tr/td/div/div/div/table/tbody/tr/td/a")).click();
for the same.
Can anyone provide me the resolution.