Joan

Results 6 comments of Joan

> Which version of Adblock Plus is that? Adblock Plus 3.4.3 > Also could you please attach a [trace-level log](https://firefox-source-docs.mozilla.org/testing/geckodriver/geckodriver/TraceLogs.html) from geckodriver? Read more about reporting actionable bugs in our...

> What I forgot the last time, can you please make sure that the preference `extensions.logging.enabled` is set to true? Now, I set this preference to true in my custom...

> I'm not sure how you tell geckodriver to use the already existent profile, but here Firefox gets started with a temporary one. So are you sure that geckodriver picks...

> Please check manually by copying the profile to a different location like under /tmp and starting firefox with the `-profile` to point to that profile. Does that work? Yes,...

> Interesting. So it may be a preference geckodriver sets additionally to Marionette which might cause this problem. When you check the log you can find lines with `Setting recommended...

> @joanjerezt, for example in python I have to force the value of `extensions.autoDisableScopes` doing the following undocumented hack: > > ``` > profile.DEFAULT_PREFERENCES['frozen']['extensions.autoDisableScopes'] = 0 > profile.set_preference('extensions.enabledScopes', 15) >...