Skip to content

Commit

Permalink
Correct the expected capability name for the Firefox profile
Browse files Browse the repository at this point in the history
  • Loading branch information
davehunt committed May 18, 2016
1 parent 8e2cab1 commit 98edbe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/selenium/webdriver/firefox/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def to_capabilities(self):
if self.binary_location:
required["binary"] = self.binary_location
if self._profile:
required["profile"] = self._profile.encoded
required["firefox_profile"] = self._profile.encoded
required["args"] = self.arguments
capabilities = {"requiredCapabilities": required}
return capabilities

0 comments on commit 98edbe8

Please sign in to comment.