Skip to content

Commit 0f0c066

Browse files
davehuntAutomatedTester
authored andcommitted
Correct the expected capability name for the Firefox profile
1 parent dffb8e0 commit 0f0c066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/selenium/webdriver/firefox/options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def to_capabilities(self):
9090
if self.binary_location:
9191
required["binary"] = self.binary_location
9292
if self._profile:
93-
required["profile"] = self._profile.encoded
93+
required["firefox_profile"] = self._profile.encoded
9494
required["args"] = self.arguments
9595
capabilities = {"requiredCapabilities": required}
9696
return capabilities

0 commit comments

Comments
 (0)