I'm trying to extract all the contents of a table from a website using Python and Selenium. However, not all the table contents are visible at once. The table updates its HTML script and loads new contents only when I move the mouse to the table and scroll down using the mouse scroller. Unfortunately, the website does not have a scroll-down button to automate this process.
How can I use Selenium in Python to simulate the scrolling action and extract all the dynamically loaded table contents? Any suggestions or code examples would be highly appreciated!
Iam a beginner to selenium and I have used the codes that are available online but none worked. Thanks in advance for the help.