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 35ae25b commit c95c848Copy full SHA for c95c848
py/selenium/webdriver/firefox/options.py
@@ -92,7 +92,7 @@ def to_capabilities(self):
92
if self.binary_location:
93
firefox_options["binary"] = self.binary_location
94
if self._profile:
95
- firefox_options["profile"] = self._profile
+ firefox_options["profile"] = self._profile.encoded
96
firefox_options["args"] = self.arguments
97
98
firefox["requiredCapabilities"] = firefox_options
0 commit comments