before i clicking the button, the html code for the page is below
but after clicking a button
You can click the button according to the coordinates.
For example:
Actions action = new Actions(driver); action.MoveToElement(driver.FindElement(By.Id("layerContainer")), 97, 272).Click().Perform();
Maybe this method will help you.