How to Check If 100% Covered WebElement is Clickable with Selenium
问题 I have two divs with absolute position <div id="4711" style="position:absolute;top:0px;bottom:0px;left:0px;right:0px;background-color:red">Visible later</div> <div id="4712" style="position:absolute;top:0px;bottom:0px;left:0px;right:0px;background-color:green">To be removed</div> and some Javascript (not shown here) that removes 4712 after a while (lets say after 2 seconds) from the DOM. Now, in my Selenium tests I want to check if 4711 is clickable. From a user's perspective it is only