Skip to content

Commit

Permalink
bugfix: remote driver with firefox
Browse files Browse the repository at this point in the history
capabilities were being incorrectly set in the driver initialization
  • Loading branch information
alisaifee committed Jan 15, 2014
1 parent f01540e commit 933f0ce
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions holmium/core/config.py
Expand Up @@ -210,8 +210,6 @@ def __call__(self, config, args):
if config.ignore_ssl:
profile.accept_untrusted_certs = True
args["firefox_profile"] = profile
args["capabilities"] = args["desired_capabilities"]
args.pop("desired_capabilities")
return args


Expand Down

0 comments on commit 933f0ce

Please sign in to comment.