We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4239082 commit 7f385f5Copy full SHA for 7f385f5
Aquality.Selenium/src/Aquality.Selenium/Configurations/WebDriverSettings/OperaSettings.cs
@@ -40,8 +40,7 @@ private void SetOperaPrefs(OperaOptions options)
40
{
41
foreach (var option in BrowserOptions)
42
43
- var value = option.Key == DownloadDirCapabilityKey ? DownloadDir : option.Value;
44
- options.AddUserProfilePreference(option.Key, value);
+ options.AddUserProfilePreference(option.Key, option.Value);
45
}
46
47
0 commit comments