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)


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM