I can use:
chromeOptions.AddUserProfilePreference("download.default_directory", downloadDirectory);
to set the default download directory, but I can't seem to figure out what the prefs key is for setting the default open file directory.
I tried looking for a list of all the possible preference keys.