草庐IT

AddUserProfilePreference

全部标签

C# 设置默认下载目录 chrome WebDriver?

这是我的解决方案,基于thisquestion但是不行,我需要把googlechrome的默认下载目录改成C:\temp\感谢您的帮助。publicclassChromeOptionsWithPrefs:ChromeOptions{publicDictionaryprefs{get;set;}}publicstaticvoidInitialize(){varoptions=newChromeOptionsWithPrefs{prefs=newDictionary{{"download.default_directory",@"C:\temp\"}}};RemoteWebDriverdr