2
I’m making a Scrapping web in python and sometimes I come across some links and/or Buttons that are not with the real address of the url so you will be redirecting if you click.
In this case, if I click, download a PDF file, but I just want to get the URL of the file.
In the case of the link: sometimes a javascript appears
In my current problem: is a button without form..
*** When I download and see what the url is, I can’t access it directly (by copying and pasting in the address bar of browser)
I’m using Selenium and requests!
Does anyone have any idea what this is and how to fix it?
Share the code you’ve already written
– Laerte