geckodriver changed the desired capability from firefox_profile (
|
kwargs['firefox_profile'] = profile.encoded |
).
Instead, per https://github.com/mozilla/geckodriver#firefox-capabilities, moz:firefoxOptions/profile should be used.
I've verified that specfying moz:firefoxOptions/profile works as intended.