Ubuntu – Impossible to grab an href link using requests or Selenium
My goal is to extract all the href links from this page and find the .pdf links. I tried using the requests library and Selenium, but neither of them could extract it. How can I solve this problem? Thank you.…