I am trying to download a PDF (http://judis.nic.in/supremecourt/imgs1.aspx?filename=43215) using Selenium Webdriver for Chrome.
The Download button appears on top of the page in a dynamic ribbon, which appears when hovered over.
This is what the PDF looks like with the ribbon when the mouse has hovered over it.
PDF without the hover-over ribbon
I intend to click on this Download button (the downward arrow sign next to the Print symbol) through my Python script.
Thank you in advance.