ieDriver启动IE浏览器显示This is the initial start page for the WebDriver server的解决办法
问题描述:启动ie浏览器后,页面显示如下:
ieDriver启动IE浏览器显示This is the initial start page for the WebDriver server的解决办法

问题定位:

1、IE页面缩放没有设置成100%

ieDriver启动IE浏览器显示This is the initial start page for the WebDriver server的解决办法

2、ie浏览器的安全模式设置是否都将“启动保护模式”勾选上
ieDriver启动IE浏览器显示This is the initial start page for the WebDriver server的解决办法

3、iedriver驱动版本号是否和selenium的版本号一致

解决方法:

1、将页面缩放设置为100%

2、勾选上ie浏览器所有区域安全模式的“启动保护模式”

3、在http://selenium-release.storage.googleapis.com/index.html这里下载和本地selenium版本号及操作系统一致的iedriver

相关文章:

  • 2021-08-04
  • 2022-02-15
  • 2021-09-25
  • 2021-12-05
  • 2021-06-24
  • 2021-11-28
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-11
  • 2022-12-23
  • 2021-06-26
  • 2021-04-17
  • 2021-05-31
相关资源
相似解决方案