webdriver中PDF控件无法显示的问题(IE兼容性)

公司的的系统只能运行在32位的IE上,开始从http://selenium-release.storage.googleapis.com/index.html?path=2.48/

这个路径下去下载了个IEDriverServer.exe,是64位的,所以导致只能运行在32位IE上的系统PDF无法显示,换了32位的IEDriverServer.exe后

,问题就解决了

原文地址:https://www.cnblogs.com/tiancy/p/5169198.html