Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

spress warnings selenium python

options = webdriver.ChromeOptions()
options.add_experimental_option('excludeSwitches', ['enable-logging'])
driver = webdriver.Chrome(executable_path='<path-to-chrome>', options=options)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #spress #warnings #selenium #python
ADD COMMENT
Topic
Name
1+2 =