I am trying to scrape the upvotes and downvotes from the binary-reactions-count. This is where the binary-reactions-count is in the html: https://postimg.cc/YjHfpQVd
I have been trying for several hours to extract the binary-reactions-count but have been unsuccessful. I don’t know if the way it’s nested is complicating matters.
It doesn’t seem like beautifulsoup (or selenium) can even access the html I see when I inspect the page. Is this also the case on your end? Any idea why?