问题描述:启动ie浏览器后,页面显示如下:

RF使用ie浏览器访问页面,浏览器启动只显示This is the initial start page for the WebDriver server,页面访问失败

问题定位:

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

RF使用ie浏览器访问页面,浏览器启动只显示This is the initial start page for the WebDriver server,页面访问失败

2、ie浏览器的安全模式设置是否都将“启动保护模式”勾选上

RF使用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-11-18
  • 2022-12-23
  • 2021-04-17
  • 2021-10-11
  • 2021-07-10
  • 2021-06-26
  • 2022-12-23
  • 2021-05-12
猜你喜欢
  • 2021-06-30
  • 2022-12-23
  • 2021-12-19
  • 2021-12-10
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案