Button HTML Code How would I write the command to click the xpath of a button?
the Xpath is
html/body/div[1]/div[1]/form/div/div[1]/div/div/a[1]/button
would it be
driver.findElement(By.xpath("html/body/div[1]/div[1]/form/div/div[1]/div/div/a[1]/button")).click();