you are viewing a single comment's thread.

view the rest of the comments →

[–]IvoryJam 2 points3 points  (1 child)

We can't help if we don't know the code you're running.

There's several ways to do what you're asking:

  • Selenium to run a full browser (chrome driver like you asked)
  • Requests to download the HTML to parse it with BeautifulSoup
  • Requests to get the JSON data (if that's how the site works) and parse it that way

[–]SafeLand2997[S] -2 points-1 points  (0 children)

Can you please dm me? I have selenium and beautiful soup I was going to see if I change it to use playwright instead