Attempting to initiate a new test case using gecko driver (v0.15) with a specific Firefox profile in Protractor 5.1.1. I created the profile based on this guidance: Set firefox profile protractor
Upon starting the execution through the protractor configuration, an error is encountered:
WebDriverError: Invalid Firefox preference value: network.http.phishy-userpass-length=255
The same issue arises when dealing with the preference browser.download.folderList
.
firefoxProfile.setPreference("browser.download.folderList", 2);
Is there a solution to address these settings? Failure to set phishy-userpass-length results in a pop-up that blocks the process.
Thank you!
Sincerely, Waldemar