Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

disable DevTools listening on ws://127.0.0.1 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: #disable #DevTools #listening #python
ADD COMMENT
Topic
Name
4+9 =