Firefox + Selenium WebDriver and download a csv file automatically

后端 未结 3 812
野的像风
野的像风 2020-12-10 14:59

I have problem with Selenium WebDriver and Firefox. I want to download csv file without confirmation in dialog window and I have code like this:

fp = webdriv         


        
3条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-10 15:41

    SetPreference("browser.helperApps.neverAsk.saveToDisk", "application/comma-separated-values ,text/csv"); //in java selenium this will work for downloading all type of csv files... thanks, enjoy....

提交回复
热议问题