Last active
April 2, 2017 02:33
-
-
Save kingname/ad8fafde43f4920502067177d7e04244 to your computer and use it in GitHub Desktop.
修改Selenium的Log Log Level #tags: Python,Selenium
This file contains hidden or 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
import logging | |
from selenium.webdriver.remote.remote_connection import LOGGER | |
LOGGER.setLevel(logging.WARNING) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment