Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

selenium chrome options suppress warnings python

options = webdriver.ChromeOptions()
options.add_experimental_option('excludeSwitches', ['enable-logging'])
driver = webdriver.Chrome(options=options)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #selenium #chrome #options #suppress #warnings #python
ADD COMMENT
Topic
Name
5+3 =