Webscraping, trying to reach a really deep element

Open this url and go to Data tab, inside data tab we have the unclickable link on the right side with inner text: EXPORT DATA in CSV format: Right-click here & Save link

in order to get the data i need to right click and save link as then save in order to get the data i need.

im trying to reach this element by using beautifulsoup but no matter what i do i can't seem to find this tag nor its href attribute.

i tried using selenium to get driver.source_page then use that source_page in beautifulsoup it still didnt get me the element.

and i tried using selenium itself find_element i also couldn't reach that that i need.

what can i do?