I have the following code for the button Element
I tried the below xpath ,unfortunately its not working .
driver.findElement(By.xpath("//button[text()='Agree to all']")).click();
Could you please help me to find the correct xpath for the Button Element?