Created
January 17, 2017 16:33
-
-
Save davehunt/0c30a2f483cf63becee995f273abd39d to your computer and use it in GitHub Desktop.
Enable trace logging for GeckoDriver
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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