I am doing a web scrapping in python and sometimes I come across some links and / or buttons that are not with the actual URL of the url so that you will be redirecting if you click.
In this case, if I click, it downloads 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 issue : this is a button with no form ..
*** When I go to download and see what the url is, I can not access it directly (by copying and pasting it into the address bar of the browser)
I'm using selenium and requests!
Does anyone have any idea what this is and how to solve it?