elgalu / docker-selenium

[NOT MAINTAINED] Please use <https://github.com/SeleniumHQ/docker-selenium>
https://github.com/SeleniumHQ/docker-selenium
Other
1.42k stars 333 forks source link

[3.141.59-p18] Can not press button by another overlap a button. #339

Open ken87nguyen opened 5 years ago

ken87nguyen commented 5 years ago

Zalenium: 3.141.59t Docker-selenium: 3.141.59-p18 When I started test case: For Docker-Selenium: Open Page, press a button on a grid. But another was overlap the button and appear nearly a button with three dot. So selenium can't press the button. Actual: OpenQA.Selenium.ElementClickInterceptedException : element click intercepted: Element button image Expected: press button is working. For my machine: as the same chrome version 76.0.3809.100. It's working okay image

diemol commented 5 years ago

Please provide a concise reproducible test case, that includes the page required to execute the scenario (a sample page or a public site).