I am trying to download pdf files from website using selenium but i am able to open file but its not auto downloadable using code.
Code:
chrome_profile
Put this in your profile section of the code, it is disabling chrome PDF viewer and will trigger auto download
"plugins.plugins_disabled": ["Chrome PDF Viewer"]