Jun-05-2020, 11:04 AM
If you have to traverse several pages that contain JavaScript, there are a couple of options.
- You can continue to use beautiful soup to parse a page, but selenium when you have to follow a link.
- Do it all with selenium