Skip to content

Instantly share code, notes, and snippets.

@kingname
Last active April 2, 2017 02:33
Show Gist options
  • Save kingname/ad8fafde43f4920502067177d7e04244 to your computer and use it in GitHub Desktop.
Save kingname/ad8fafde43f4920502067177d7e04244 to your computer and use it in GitHub Desktop.
修改Selenium的Log Log Level #tags: Python,Selenium
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