I'm having the following problem: I'm running selenium tests with chrome in headless mode and I tried to screen capture a website with flash content, but the content is broken. Which chrome options need to be set to enable the flash ?
chromeOptions:binary: PATH_TO_MY_BINargs:- "--no-sandbox"- "--disable-gpu"- "--dns-prefetch-disable"- "--disable-setuid-sandbox"prefs:profile.default_content_setting_values.plugins: '1'profile.content_settings.plugin_whitelist.adobe-flash-player: '1'profile.content_settings.exceptions.plugins.*,*.per_resource.adobe-flash-player: '1'PluginsAllowedForUrls: "ALLOWED_URLS"DefaultPluginsSetting: '1'