Disclaimer: I found other issues related to this but no solution worked. When clicking on a button with selenium on python, I get this error:
selenium.common.exceptions.ElementNotInteractableException: Message: element not interactable
(Session info: chrome=83.0.4103.61)
Up until that point, there was no issue. The button is big, right there in the middle of the page, I access it with a unique id. When I move my mouse myself and click on it it works as expected.
Any idea why this may happen?