Using Selenium Webdrivers method “browser.helperApps.neverAsk.saveToDisk” how can i download a file automatically on click of a link

前端 未结 4 723
暖寄归人
暖寄归人 2020-12-03 04:31

Using Selenium Web-driver in Java, am trying to download a file on click of a link in an Application.

i.e. On click of a Link the download should begin without askin

4条回答
  •  庸人自扰
    2020-12-03 05:18

    @lyen: Use HTTPfox plug in to get the MIME content you get in application while click on download button

提交回复
热议问题