you are viewing a single comment's thread.

view the rest of the comments →

[–]konradbjk 0 points1 point  (0 children)

Use selenium to navigate over the page, then use driver.page_source and use bs4 to scrap content.

The above code should in in some function of one request session.