Skip to content

Commit

Permalink
firefox: fix DeprecationWarning with firefox_options (#634)
Browse files Browse the repository at this point in the history
Fixes:

> DeprecationWarning: use options instead of firefox_options
  • Loading branch information
blueyed authored and andrewsmedina committed Sep 25, 2018
1 parent c94215c commit 7f2e1f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion splinter/driver/webdriver/firefox.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def __init__(
self.driver = Firefox(
firefox_profile,
capabilities=firefox_capabilities,
firefox_options=firefox_options,
options=firefox_options,
timeout=timeout,
**kwargs
)
Expand Down

0 comments on commit 7f2e1f8

Please sign in to comment.