Python Selenium: Scroll inside an element until element is found
I have a scrollable div element inside a webpage that I need to scroll down until a particular element is found. The problem is the script that I am using only scrolls to a particular area on that scrollable element.