Firefox + Selenium WebDriver and download a csv file automatically

后端 未结 3 807
野的像风
野的像风 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条回答
  •  暖寄归人
    2020-12-10 15:37

    Now (May 2016),

     SetPreference("browser.helperApps.neverAsk.saveToDisk", "text/csv"); // C#
    

    works for me

提交回复
热议问题