Python + Selenium初次用IE浏览器之报错:selenium.common.exceptions.WebDriverException: Message: Unexpected er

Posted Owen_ET

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Python + Selenium初次用IE浏览器之报错:selenium.common.exceptions.WebDriverException: Message: Unexpected er相关的知识,希望对你有一定的参考价值。

初次用IE浏览器运行自动化程序时,报错:selenium.common.exceptions.WebDriverException: Message: Unexpected error launching Internet Explorer. Protected Mode settings are not the same for all zones. Enable Protected Mode must be set to the same value (enabled or disabled) for all zones.

 

经查询得知,是因为IE浏览器设置问题。

解决办法:修改浏览器安全设置---》工具---》Internet选项---》安全---》(Internet/本地Internet/受信任的站定/受限制的站点)启用保护模式全部勾选或全部去掉勾选。

以上是关于Python + Selenium初次用IE浏览器之报错:selenium.common.exceptions.WebDriverException: Message: Unexpected er的主要内容,如果未能解决你的问题,请参考以下文章

Python+Selenium基础篇之3-打开和关闭IE/Chrome浏览器

python selenium如何指定不同版本ie的路径

python selenium+ie 如何定位js生成的元素?

Python+Selenium自动化测试框架-打开和关闭浏览器(Firefox/IE/Chrome)

python+selenium3+firefox中使用ActionChains双击等鼠标事件操作报错,但是其它谷歌ie等浏览器均正常

python+selenium调用IE:打不开浏览器时的设置