i am not able to click on the button i am getting error that element is not visible and i have tried by using xpath
driver.findElement(By.xpath("//button[@type='submit'][@name='btn_discuss']")).click();
but is not working
<button type="submit" name="btn_discuss"> View Details</button>