Skip to content

Instantly share code, notes, and snippets.

@davehunt
Created January 17, 2017 16:33
Show Gist options
  • Save davehunt/0c30a2f483cf63becee995f273abd39d to your computer and use it in GitHub Desktop.
Save davehunt/0c30a2f483cf63becee995f273abd39d to your computer and use it in GitHub Desktop.
Enable trace logging for GeckoDriver
@pytest.fixture
def firefox_options(firefox_options):
firefox_options.log.level = 'trace'
return firefox_options
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment