In manual way I would just simply tick off [Protect you and your device from dangerous sites] check box in Advanced settings->Privacy, but how do I do that using chromedriver? Is it available in the prefs dictionary?
Any pointers will be highly appreciated.
Cheers
Aaron
chromeoptions.add_experimental_option( "prefs", {'safebrowsing.enabled': False})