Where can I find a list of all available Chrome Options with selenium?
While crawling with selenium in a python environment, I had to use flash in the chrome webdriver. so I tried to find a setting that would allow Flash and I found these answers.
Selenium.Chrome where can I find a list of all available ChromeOption arguments? C#
but I really want to find official document about these arguments :
- profile.default_content_setting_values.plugins
- profile.content_settings.plugin_whitelist.adobe-flash-player
I think that exist because some people said like above two answers. but I can't found it.