I need Selenium to click on an element in a div, but it keeps saying that the click is "intercepted." This is because the div scrolls down and the element I want it to click on requires scrolling down the div to become visible. How do I get Selenium to scroll to a specific point/element (I have its XPath to identify it) within that div?
Here's a screenshot from the page in question (I've redacted certain elements for privacy):