- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
在 python 环境中使用 selenium 进行爬行时,我必须在 chrome webdriver 中使用 flash。
我试图找到一个允许 Flash 的设置。
下面的两个链接是我找到的信息。
毕竟我没有找到明确的答案,我在堆栈溢出上找到了问题并解决了。
ChromeOptions options = new ChromeOptions();
Map<String, Object> prefs = new HashMap<String, Object>();
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);
// Enable Flash for this site
prefs.put("PluginsAllowedForUrls", "https://arlo.netgear.com");
options.setExperimentalOption("prefs", prefs);
我的问题是这样的。
1) 我在哪里可以找到诸如之类的信息
2)如何确认其是否为官方信息?
如果您有任何其他方式查找此信息,请告知我们您的关键字。
<小时/>由译者撰写,句子可能会很尴尬。谢谢。
最佳答案
这些是您的 Chrome 个人资料中的键。例如,如果您要打开它,您可以转到 profile.content_settings.exceptions.plugins。 https://sessionbuddy.com/chrome-profile-location/
关于python - 如何获取 chrome 首选项参数文档,例如 profile.content_settings.exceptions.plugins,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48317163/
在 python 环境中使用 selenium 进行爬行时,我必须在 chrome webdriver 中使用 flash。 我试图找到一个允许 Flash 的设置。 下面的两个链接是我找到的信息。
我是一名优秀的程序员,十分优秀!