I also faced the same issue with sign up button, but it got resolved for me as below.
driver.finByElement(By.xpath(“signup button property”).sendKeyes(Keys.RETURN);
driver.finByElement(By.xpath(“signup button property”).click();
I also faced the same issue with sign up button, but it got resolved for me as below.
driver.finByElement(By.xpath(“signup button property”).sendKeyes(Keys.RETURN);
driver.finByElement(By.xpath(“signup button property”).click();