url = 'https://dekaflow.dominionenergy.com/servlet/InfoPostServlet?region=null&company=cpt&method=headers&category=Capacity&subcategory=Operationally+Available'
I am trying to scrape information from this URL above. After clicking on any link such as "JULY Capacity Available 07/16/2020 Timely" etc, it opens a PDF in the same tab.
Is there any way to read information and capture select data without downloading to the directory?
I am using Selenium and Python.