Disabling PDF Viewer plugin in chromedriver

前端 未结 3 1526
隐瞒了意图╮
隐瞒了意图╮ 2020-12-20 03:08

I\'m trying to batch-download a lot of files within the BlackBoard environment (used a lot on universities/schools around the world). I am able to retrieve the links where t

3条回答
  •  轮回少年
    2020-12-20 03:50

    Chrome 57 change the setting... use this to disable Chrome PDF viewer:

    //To disable PDF viewer plugins with Chrome 57
    chromePrefs.put("plugins.always_open_pdf_externally", true);
    

提交回复
热议问题