chrome 自动加载flash

Posted yanhuidj

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了chrome 自动加载flash相关的知识,希望对你有一定的参考价值。

class Login(unittest.TestCase):
#初始
def setUp(self):
chromeOpitons = Options()
prefs = {
# "profile.managed_default_content_settings.images":1,
# "profile.content_settings.plugin_whitelist.adobe-flash-player":1,
"profile.content_settings.exceptions.plugins.*,*.per_resource.adobe-flash-player": 1,}
chromeOpitons.add_experimental_option(‘prefs‘, prefs)
time.sleep(1)
self.driver = webdriver.Chrome(chrome_options=chromeOpitons)
time.sleep(2)
self.driver.get("http://www.youku.com")
time.sleep(2)
self.driver.maximize_window()
time.sleep(2)















以上是关于chrome 自动加载flash的主要内容,如果未能解决你的问题,请参考以下文章

如何自动重新加载我正在开发的 Chrome 扩展程序?

chrome浏览器怎么加载flash?

Chrome 64 Mobile Android 未预加载且未自动播放静音视频

当我用<iframe>调用flash动画时,怎样可以让php程序自动加载<object>标签以显示动画

浏览器加载flash时CPU占用很高

当我在 Chrome 中保存对 html 文件的更改时自动重新加载浏览器?