元素已经加载,但是 CSS 样式不会发生变化,下面的表格中统计处常见点击时的通过率;
value | click | elementIsVisibility | elementIsDisplay | message |
---|---|---|---|---|
display = “” | √ | √ | √ | |
display = “none” | × | × | × | ElementNotInteractableError: element not interactable |
display = “contents” | × | √ | √ | ElementNotInteractableError: element not interactable: element has zero size |
visiblity = “” | √ | √ | √ | |
visiblity = “hidden” | × | × | √ | ElementNotInteractableError: element not interactable |
visiblity = “collapse” | × | × | √ | ElementNotInteractableError: element not interactable |
opacity= “0” | √ | × | √ | TimeoutError: Waiting until element is visible |
StaleElementReferenceError: stale element reference: element is not attached to the page document
问题分析:
ElementNotInteractableError: element not interactable: [object HTMLDivElement] has no size and location
问题分析: