Allow Flash content in Chrome 69 running via chromedriver
问题 Does anybody know how to enable Flash plugin in Chrome 69. I use chromedriver 2.41 with java selenium bindings. I've tried with prefs.put("profile.default_content_setting_values.plugins", 1); prefs.put("profile.content_settings.plugin_whitelist.adobe-flash-player", 1); prefs.put("profile.content_settings.exceptions.plugins.*,*.per_resource.adobe-flash-player", 1); but with no luck. I've also tried to compare chrome profile preferences with disallowed/allowed flash for particular site and then