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 64 Mobile Android 未预加载且未自动播放静音视频