Python Seleniumwire How To Pass Arguments

Error

USB: usb_service_win...

You can pass the argument this way.

options = webdriver.ChromeOptions()
options.add_argument('--headless')
options.add_argument('--no-sandbox')
options.add_argument('--ignore-certificate-errors-spki-list')
options.add_argument('--ignore-ssl-errors')