Exemplo n.º 1
0
 private void SetEdgeChromiumPrefs(EdgeOptions options)
 {
     foreach (var option in BrowserOptions)
     {
         var value = option.Key == DownloadDirCapabilityKey ? DownloadDir : option.Value;
         options.AddUserProfilePreference(option.Key, value);
     }
 }