def ie():
dc = webdriver.DesiredCapabilities.INTERNETEXPLORER
dc["requireWindowFocus"] = True
dc["ignoreProtectedModeSettings"] = True
dc["javascriptEnabled"] = True
return webdriver.Ie(capabilities=dc)
driverfactory.py 文件源码
python
阅读 27
收藏 0
点赞 0
评论 0
评论列表
文章目录