craigmi
Results
1
comments of
craigmi
You could always enable performance logs and parse the log to get the status code in the capabilities dict `capabilities['loggingPrefs'] = {'performance': 'ALL'}` chrome options chrome_options.add_experimental_option('perfLoggingPrefs', {"enablePage": True}) def parse_chromedriver_status_code(performance_log)...