Skip to content

Commit

Permalink
Add deprecation message for PhantomJS.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffFranklin committed May 29, 2019
1 parent 6467e70 commit ce5f94a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webdriver_recorder/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
@pytest.fixture(scope='session')
def browser(phantomjs):
"""Keep a browser open while we run our tests."""
warnings.warn('Defaulting to deprecated PhantomJS. Chrome is available and will soon be default.')
return phantomjs


Expand Down

0 comments on commit ce5f94a

Please sign in to comment.