码迷,mamicode.com
首页 > 其他好文 > 详细

chrome 自动加载flash

时间:2018-07-13 17:42:53      阅读:463      评论:0      收藏:0      [点我收藏+]

标签:login   web   自动   setting   www   www.   option   settings   res   

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

标签:login   web   自动   setting   www   www.   option   settings   res   

原文地址:https://www.cnblogs.com/yanhuidj/p/9305774.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!