首页
学习
活动
专区
圈层
工具
发布
社区首页 >专栏 >Selenium Chrome 版本与 ChromeDriver 版本兼容对照对比

Selenium Chrome 版本与 ChromeDriver 版本兼容对照对比

作者头像
卓越笔记
发布2023-02-17 15:02:49
发布2023-02-17 15:02:49
2.8K0
举报
文章被收录于专栏:卓越笔记卓越笔记

Chrome 73 版本以后, ChromeDriver 和 Chrome 版本是一对一,版本号是一样的。

ChromeDriver - WebDriver for Chrome

ChromeDriver 75.0.3770.90

Supports Chrome version 75

The most noticeable change is ChromeDriver now runs in W3C standard compliant mode by default. Other changes include:

  • Fixed a bug that caused blur event to be raised twice during element clear
  • Renamed capability loggingPrefs to goog:loggingPrefs, as required by W3C standard
  • Fixed error handling in W3C mode
  • Correct handling of creating cookies without leading dot in the domain name
  • Allows null for script timeout
  • Fixed Element Send Keys command to file input with 'multiple' attribute
  • Fixed Get Active Element command to return "no such element" error when no active element exists
  • Fixed navigation to malformed URL to return "invalid argument" error
  • Fixed HTTP status code when invalid session id is received
  • Fixed error response when input parameter is missing or malformed
  • Fixed Execute Script command to handle line-oriented JavaScript comment

For more details, please see the release notes.

ChromeDriver 74.0.3729.6

Supports Chrome version 74

  • Fixed a bug that generated unexpected debug.log file on Windows
  • Fixed mouse clicking and drag / drop inside SVG document
  • Added cache-control header in responses from ChromeDriver
  • Fixed the type of error when click is intercepted by a different element
  • Fixed a bug that caused ChromeDriver to fail on Linux devices without /dev/shm
  • Fixed some types of double click events
  • Fixed Get Sessions command
  • Fixed error checking in Switch To Frame command
  • Fixed Get Page Source command

For more details, please see the release notes.

ChromeDriver 73.0.3683.68

Supports Chrome version 73

  • Fixed a bug that generated unexpected debug.log file on Windows
  • Fixed error code returned from Execute Script command in some scenarios
  • Added cache-control header in responses from ChromeDriver
  • Made the HTTP server keep connection alive by default
  • Fixed Close Window command to correctly handle user prompts
  • Fixed error code returned while sending keys to disabled element
  • Improved spec compliance of timeout value handling
  • Improved spec compliance of Add Cookie command
  • Increased HTTP server listening queue length
  • Fixed Is Element Displayed command in v0 shadow DOM
  • Added warning about Element Clear command behavior change in log file
  • Fixed Execute Script command to correctly convert document.all into JSON format
  • Improved handling of bad element reference

For more details, please see the release notes.

--- ChromeDriver 支持的 Chrome 版本号 ---

ChromeDriver 2.45

Supports Chrome v70-72

ChromeDriver 2.44

Supports Chrome v69-71

ChromeDriver 2.43

Supports Chrome v69-71

ChromeDriver 2.42

Supports Chrome v68-70

ChromeDriver 2.41

Supports Chrome v67-69

ChromeDriver 2.40

Supports Chrome v66-68

ChromeDriver 2.39

Supports Chrome v66-68

ChromeDriver 2.38

Supports Chrome v65-67

ChromeDriver 2.37

Supports Chrome v64-66

ChromeDriver 2.36

Supports Chrome v63-65

ChromeDriver 2.35

Supports Chrome v62-64

ChromeDriver 2.34

Supports Chrome v61-63

chromedirver 淘宝镜像下载地址

chromedirver 谷歌下载地址:下载

说明:chrome 64 版本起,消除恼人的重定向、减少在点击想要的内容时却在新窗口弹出广告、以及挂起页面叠层上让你误击的广告链接。所以做测试的童鞋过程中有需要重定向的页面,得下载64以前版本。

63版本网盘下载链接:https://pan.baidu.com/s/1o4wlkc2UBuuTfqjhD2IQWQ 提取码:pnmd 

本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
原始发表:2018-12-19 ,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • ChromeDriver - WebDriver for Chrome
  • ChromeDriver 75.0.3770.90
  • ChromeDriver 74.0.3729.6
  • ChromeDriver 73.0.3683.68
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档