Skip to content
This repository has been archived by the owner on Nov 29, 2018. It is now read-only.

browser.download.manager.showWhenStarting may not be overridden #7017

Closed
lukeis opened this issue Mar 4, 2016 · 2 comments
Closed

browser.download.manager.showWhenStarting may not be overridden #7017

lukeis opened this issue Mar 4, 2016 · 2 comments

Comments

@lukeis
Copy link
Member

lukeis commented Mar 4, 2016

Originally reported on Google Code with ID 7017

Hi, I install the new web driver (2.40) for C# with NuGet packages for Firefox, after
that the build works but on run-time I got this error {"Preference browser.download.manager.showWhenStarting
may not be overridden: frozen value=False, requested value=False"} <- the inner excetion.

My code:

FirefoxProfile profile = new FirefoxProfile();
profile.SetPreference("browser.download.manager.showWhenStarting", false);
webdriver = new FirefoxDriver(profile);

The code crashes on second line. this Reproduce only for Firefox since I get the firefox
webdriver and it crashes on all test cases.

Selenium version: 2.4
OS: windows 7 64 bit
Browser: Firefox
Browser version: 27

Reported by radupopcj on 2014-02-21 10:38:57

@lukeis lukeis self-assigned this Mar 4, 2016
@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

There is no need to set this property to false because it is false by default. And yes
it is frozen and can't be overriden by design.

Reported by barancev on 2014-02-21 12:59:29

  • Status changed: WorkingAsIntended
  • Labels removed: Status-Untriaged

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Reported by luke.semerau on 2015-09-17 18:22:10

  • Labels added: Restrict-AddIssueComment-Commit

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant