We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85bcf8d commit 7c97c37Copy full SHA for 7c97c37
py/selenium/webdriver/firefox/firefox_profile.py
@@ -164,6 +164,7 @@ def encoded(self):
164
A zipped, base64 encoded string of profile directory
165
for use with remote WebDriver JSON wire protocol
166
"""
167
+ self.update_preferences()
168
fp = BytesIO()
169
zipped = zipfile.ZipFile(fp, 'w', zipfile.ZIP_DEFLATED)
170
path_root = len(self.path) + 1 # account for trailing slash
0 commit comments