How to web scrape a dynamic table using python?

Viewed 19

So I am trying to scrape a dynamic table from Adobe analytics using selenium and beautiful soup with help of python. I am able to get the page source using selenium but I am not able to extract contents of the table which is dynamically generated. Also not able to view the table in the output or in the html output I received. Can someone tell me where am I going wrong?

0 Answers
Related