How to resolve ElementNotInteractableException: Element is not visible in Selenium webdriver?

前端 未结 5 1333
春和景丽
春和景丽 2020-11-21 13:53

Here I have the image of my code and the image of my error. Can anyone help me to resolve this issue?

5条回答
  •  一向
    一向 (楼主)
    2020-11-21 14:20

    I got this because the element I wanted to interact with was covered by another element. In my case it was an opaque overlay to make everything r/o.

    When trying to click an element UNDER another element we usualy get "... other Element would receive the click " but not always :.(

提交回复
热议问题