Python Selenium CSS Selector: Element is not visible
问题 I want to locate all the hyperlinks in a webpage which has a xml download link and download them in a loop. There is form which arises when the said hyperlink is clicked, and needs to be filled to proceed with the download. I'm facing issues in the visibility of the elements related to this xml files in the webpage, but I receive the following error: "selenium.common.exceptions.ElementNotInteractableException: Message: Element is not visible" I've hereby attached the code, any suggestions to