How to download a pdf file in chrome using selenium webdriver

前端 未结 5 918
生来不讨喜
生来不讨喜 2020-11-30 14:33

I want to download pdf in chrome using selenium.

System.setProperty(\"webdriver.chrome.driver\", System.getProperty(\"user.dir\")  
               + System.         


        
5条回答
  •  温柔的废话
    2020-11-30 15:00

    You might load this page and change the setting using selenium navigations:

    chrome://settings/content/pdfDocuments
    

提交回复
热议问题