Until FireFox 3.6 I had no problems running my cucumber scripts. The recent upgrade to 8.0.1 is giving me problems. When starting the browser a prompt is shown in the top asking me if I want to share browser statistics such as load times. I tried to disable this by adding the following to my profile in the .env
profile["toolkit.telemetry.prompted"] = "false"
The prompt is gone, however my browser stays blank. The setting in the config is changed to false but the datatype has changed from boolean to string. Is there a way to bypass this or set this thing correctly? Downgrading is only a last resort.
You are setting it to equal a string value, so it does make sense that the datatype might change when you do it that way.
Have you tried setting it without the quotes?