I can't select the button to click.
I tried
driver.manage().timeouts().implicitlyWait(30, TimeUnit.SECONDS);
driver.findElement(By.xpath("//div[text()='Follow']")).click();
Here is my html:
<tr>
<td>click</td>
<td>//div[@id='root']/div/div/div/div/div[2]/div[2]/div/div[6]/figure/button</td>
<td></td>
Please help me.