chromedriver版本 支持的Chrome版本
v2.30 v58-60
v2.29 v56-58
v2.28 v55-57
v2.27 v54-56
v2.26 v53-55
v2.25 v53-55
v2.24 v52-54
v2.23 v51-53
v2.22 v49-52
v2.21 v46-50
v2.20 v43-48
v2.19 v43-47
v2.18 v43-46
v2.17 v42-43
v2.13 v42-45
v2.15 v40-43
v2.14 v39-42
v2.13 v38-41
v2.12 v36-40
v2.11 v36-40
v2.10 v33-36
v2.9 v31-34
v2.8 v30-33
v2.7 v30-33
v2.6 v29-32
v2.5 v29-32
v2.4 v29-32

附: 所有chromedriver均可在下面链接中下载到:

http://chromedriver.storage.googleapis.com/index.html


  1. 更新日志:

    ----------ChromeDriver v2.30 (2017-06-07)----------
  2. Supports Chrome v58-60
  3. Resolved issue 644: ChromeDriver does not delete the profile & scoped_dir* folders after test exits [['Pri-1']]
  4. Resolved issue 1114: unknown error:Maximum call stack size exceeded on calling any webdriver command [['OS-All', 'Pri-1']]
  5. Resolved issue 1773: ChromeDriver crashes when using console.time on Chromev58+ [['OS-All', 'Pri-1']]
  6. Resolved issue 1526: mobileEmulation not working for the listed devices in the chrome [['Pri-2']]
  7. Resolved issue 1777: NoSuchFrameException is thrown when attempting to focus on a frame with protocol "chrome-extension://" within a page with protocol "https://" on Chrome 58 [['OS-All', 'Pri-2']]
  8. Resolved issue 1779: testWindowMaximize is failing on Mac for Chrome v60+ [['OS-Mac', 'Pri-2']]
  9. Resolved issue 1775: testShouldHandleNewWindowLoadingProperly failing on Chrome v60+ [['OS-All', 'Pri-2']]
  10. Resolved issue 1796: Chromedriver failed to connect to Chrome on CrOS with latest canary build [[]]
  11. Resolved issue 1353: Sending text to Alert / Confirm dialog should throw element not visible exception [[]]
  12.  
  13. ----------ChromeDriver v2.29 (2017-04-04)----------
  14. Supports Chrome v56-58
  15. Resolved issue 1521: Assignment to Object.prototype.$family causes a crash [['Pri-1']]
  16. Resolved issue 1482: Chromedriver cannot handle the alert generated by onbeforeunload event [['OS-All', 'Pri-2']]
  17. Resolved issue 1315: |switch_to.window| does not visually switch tabs [['OS-All', 'Pri-3']]
  18.  
  19. ----------ChromeDriver v2.28 (2017-03-09)----------
  20. Supports Chrome v55-57
  21. Resolved issue 1625: Error: cannot get automation extension on Chrome57+ [['OS-All', 'Pri-1', 'merge-merged-2987']]
  22. Resolved issue 1695: Chrome crashes on Linux32 bot [['OS-Linux', 'Pri-1']]
  23. Resolved issue 1467: A hang occurs when an alert dialog is displayed on Chrome 52+ [['OS-All', 'Pri-2']]
  24. Resolved issue 1688: Exported Netlog with --log-net-log is truncated [['OS-Linux', 'OS-Mac', 'Pri-2']]
  25. Resolved issue 1388: find Elements is failing [['Pri-2']]
  26.  
  27. ----------ChromeDriver v2.27 (2016-12-23)----------
  28. Supports Chrome v54-56
  29. Resolved issue 1637: Getting window handles fails in the presence of shared workers on Chrome 55+ [['OS-All', 'Pri-1']]
  30.  
  31. ----------ChromeDriver v2.26 (2016-12-09)----------
  32. Supports Chrome v53-55
  33. Resolved issue 1607: Chrome 57+ with perf logs enabled fails with "unexpected command response" [['OS-All', 'Pri-1']]
  34. Resolved issue 1502: sendKeys(): SPACE key does not work on Chrome 53 [['OS-All', 'Pri-1']]
  35. Resolved issue 984: Extend ChromeDriver capabilities to cover network throttling feature from Chrome DevTools [['OS-All', 'Pri-2']]
  36. Resolved issue 877: UnhandledAlertException not being propagated upwards [['OS-All', 'Pri-2']]
  37. Resolved issue 1578: Flash plugin blocked after updating Chrome browser [['OS-All', 'Pri-2']]
  38. Resolved issue 1617: Fullscreen command is not recognised [['OS-All', 'Pri-3']]
  39. Resolved issue 839: clear does not work on input type number with string value [['Pri-3']]
  40. Resolved issue 1500: "Could not handle JavaScript dialog" error occurs randomly when accepting confirmation dialogs. [[]]
  41. Resolved issue 1541: find element with empty tag is raising wrong exception in findElement [[]]
  42. Resolved issue 1540: empty tagname value should raise an error when doing findElements [[]]
  43.  
  44. ----------ChromeDriver v2.25 (2016-10-25)----------
  45. Supports Chrome v53-55
  46. Resolved issue 1547: Chromedriver crashes during event Runtime.consoleAPICalled [['OS-All', 'Pri-1']]
  47. Resolved issue 1514: GetLog command times out if an alert is showing [['OS-All', 'Pri-1']]
  48. Resolved issue 1460: "Disable Developer Mode Extensions" exists on Mac, but not Windows [[]]
  49.  
  50. ----------ChromeDriver v2.24 (2016-09-09)----------
  51. Supports Chrome v52-54
  52. Resolved issue 1497: GetLog fails when the current window is closed [['OS-All', 'Pri-0']]
  53. Resolved issue 1495: ChromeDriver crashes with "Check failed: !page_load_strategy_.empty()" [['OS-All', 'Pri-0']]
  54. Resolved issue 1463: SessionNotCreatedException: Runtime.evaluate missing 'wasThrown' on Chrome 54+ [['OS-All', 'Pri-0']]
  55. Resolved issue 1484: SendKeys of a Tab Key has no effect in Chrome 53 [['OS-All', 'Pri-1']]
  56. Resolved issue 1431: GetLog command does not work for Chrome 54+ [['OS-All', 'Pri-1']]
  57. Resolved issue 1411: sendKeys generates events that are missing some fields [['OS-All', 'Pri-1']]
  58. Resolved issue 1451: Chrome 54+ session not created exception: Runtime.executionContextCreated has invalid 'context' [['Pri-1']]
  59. Resolved issue 984: Extend ChromeDriver capabilities to cover network throttling feature from Chrome DevTools [['OS-All', 'Pri-2']]
  60. Resolved issue 1454: Net::ReadTimeout error on launching Canary v54 through RemoteWebDriver [[]]
  61.  
  62. ----------ChromeDriver v2.23 (2016-08-04)----------
  63. Supports Chrome v51-53
  64. Resolved issue 1378: Android 6: Intitialization of Chrome driver fails when Chrome/Webview process is in running (R) state [['OS-Android', 'Pri-1']]
  65. Resolved issue 1379: Chromedriver does not catch all available browser console log entries [['OS-All', 'Pri-2']]
  66.  
  67. ----------ChromeDriver v2.22 (2016-06-06)----------
  68. Supports Chrome v49-52
  69. Resolved issue 1348: Timeout error while navigating to URL on Chrome 51+ [['OS-All', 'Pri-0']]
  70. Resolved issue 1381: Timeout error occurs when alert dialog is displayed on Chrome 52+ [['OS-All', 'Pri-1', 'merge-merged-2743']]
  71. Resolved issue 1339: Failure when executing JS in a content script context [['OS-All', 'Pri-1']]
  72. Resolved issue 1387: ChromeDriver hangs when calling driver.get() for same-process navigations [['OS-All', 'Pri-1']]
  73. Resolved issue 1365: Touch emulation is not working under mobile emulation in Chrome 50+ [['OS-All', 'Pri-1']]
  74. Resolved issue 1224: Chrome WebDriver throws an exception when trying to click a button inside a frame [['OS-All', 'Pri-2']]
  75. Resolved issue 107: ChromeDriver Won't Switch To Frame inside nested frameset [['OS-All', 'Pri-2']]
  76. Resolved issue 1368: ExecuteScript returns "Cannot read property 'document' of null" [[]]
  77. Resolved issue 1355: Session not created exception when connecting to existing browser on localhost [[]]
  78. Resolved issue 1331: "chromeOptions.excludeSwitches" is not working on Android [[]]
  79.  
  80. ----------ChromeDriver v2.21 (2016-01-28)----------
  81. Supports Chrome v46-50
  82. Resolved issue 1276: empty FindElement response is returned while trying to find element with tagname object/embed [['OS-All', 'Pri-1']]
  83. Resolved issue 1272: GET url returns "data:text/html,chromewebdata" [['OS-All', 'Pri-2']]
  84. Resolved issue 1310: ChromeDriver hangs (and times out) when inspecting inactive background pages [['OS-All', 'Pri-2']]
  85. Resolved issue 824: ChromeDriver creates two cookies when the cookie to add contains the domain [['OS-All', 'Pri-2']]
  86. Resolved issue 1274: ExecuteScript sends script to wrong execution context [['OS-All', 'Pri-2']]
  87. Resolved issue 1249: Change "get current URL" behavior in ChromeDriver [['OS-All', 'Pri-2']]
  88. Resolved issue 904: include Alert text in UnhandledAlertError stack trace [['OS-All', 'Pri-2']]
  89. Resolved issue 474: getAttribute() fails when attribute name has colon (:) character [['OS-All', 'Pri-3']]
  90. Resolved issue 1245: Unable to switch to 1st opened window in session [[]]
  91. Resolved issue 1290: Cannot access elements from subframes [[]]
  92. Resolved issue 1261: getTitle() should return empty string instead of page url when page title is empty [[]]
  93. Resolved issue 1238: testExecuteInRemovedFrame fails on waterfall bots [['OS-All']]
  94. Resolved issue 1246: Chromedriver version number is not displayed in logs/ getCapabilities() [['OS-All']]
  95.  
  96. ----------ChromeDriver v2.20 (2015-10-08)----------
  97. Supports Chrome v43-48
  98. Resolved issue 1225: RESPONSE InitSession unknown error: Device <device_id> is not online [['OS-Android', 'Pri-0']]
  99. Resolved issue 960: ChromeDriver support to access WebView elements [['OS-All', 'Pri-2']]
  100. Resolved issue 1229: Spec violation: /sessions endpoint returns session ID at `sessionId` key instead of `id` key [['OS-All', 'Pri-2']]
  101.  
  102. ----------ChromeDriver v2.19 (2015-08-28)----------
  103. Supports Chrome v43-47
  104. Resolved issue 1167: Various issues with ChromeDriver navigation tracker [['OS-All', 'Pri-1']]
  105. Resolved issue 1205: Chrome crashes when enabling touch emulation [['OS-Mac', 'OS-Windows', 'Pri-1']]
  106. Resolved issue 1142: cookies' httponly attribute is not returned [['Pri-2']]
  107.  
  108. ----------ChromeDriver v2.18 (2015-08-19)----------
  109. Supports Chrome v43-46
  110. Resolved issue 1158: Unable to find elements after installing Chrome 44 [['ChromeDriver-2.17', 'OS-All', 'Pri-1']]
  111. Resolved issue 635: Implement touch actions for android chrome [['OS-Android', 'Pri-2']]
  112. Resolved issue 1194: unknown error: cannot determine loading status from disconnected: received Inspector.detached event [[]]

【自动化测试】selenium之 chromedriver与chrome版本映射表的更多相关文章

  1. selenium之 chromedriver与chrome版本映射表

    看到网上基本没有最新的chromedriver与chrome的对应关系表,便兴起整理了一份如下,希望对大家有用: chromedriver版本 支持的Chrome版本 v2.40 v66-68 v2. ...

  2. chromedriver与chrome版本映射表

    问题: 利用selenium调用谷歌浏览器时报错,后发现是由于浏览器与浏览器驱动不匹配造成的 C:\Users\\Desktop\selenium>python chrome.py[9956:6 ...

  3. 爬虫--selenium之 chromedriver与chrome版本映射表(最新至v2.46版本chromedriver)

    本文主要整理了selenium的chromedriver与chrome版本映射表,并且持续更新中..... 1.selenium之 chromedriver与chrome版本映射表(最新至v2.46版 ...

  4. selenium chromedriver与谷歌浏览器版本映射表

    chromedriver版本 支持的Chrome版本 v2.35 v62-64 v2.34 v61-63 v2.33 v60-62 v2.32 v59-61 v2.31 v58-60 v2.30 v5 ...

  5. selenium之 chromedriver与chrome版本映射表(更新至v2.43)

    看到网上基本没有最新的chromedriver与chrome的对应关系表,便兴起整理了一份如下,希望对大家有用: chromedriver版本 支持的Chrome版本 chromedriver版本 支 ...

  6. selenium之 chromedriver与chrome版本映射表(更新至v2.46)

    chromedriver版本 支持的Chrome版本 v2.46 v71-73 v2.45 v70-72 v2.44 v69-71 v2.43 v69-71 v2.42 v68-70 v2.41 v6 ...

  7. selenium之 chromedriver与chrome版本映射表(更新至v2.33)

    看到网上基本没有最新的chromedriver与chrome的对应关系表,便兴起整理了一份如下,希望对大家有用: chromedriver版本 支持的Chrome版本 v2.33 v60-62 v2. ...

  8. selenium之 chromedriver与chrome版本映射表(转载)

    chromedriver版本 支持的Chrome版本 v2.34 v61-63 v2.33 v60-62 v2.32 v59-61 v2.31 v58-60 v2.30 v58-60 v2.29 v5 ...

  9. selenium之 chromedriver与chrome版本映射表(更新至v2.34)

    看到网上基本没有最新的chromedriver与chrome的对应关系表,便兴起整理了一份如下,希望对大家有用: chromedriver版本 支持的Chrome版本 v2.34 v61-63 v2. ...

随机推荐

  1. 集成支付宝钱包支付 iOS SDK 的方法与经验

    下载 首先,你要想找到这个SDK,都得费点功夫.现在的SDK改名叫移动支付集成开发包了,下载页面在 这里 (http://t.cn/8ksiklD)的 “请点此下载集成开发包(http://t.cn/ ...

  2. java结合使用Jsonp的例子

    更多:js跨域问题解释 解决方案值使用jsonp或jQuery Jsonp和java操作例子 介绍JSONP之前,先简单的介绍一些JSON.JSON是JavaScript Object Notatio ...

  3. JAVA操作mysql(如何更加面向对象的操作数据库)

    既然谈到面向对象,所以,先把连接信息给搞个对象出来: public class DBInfo { private String driver; private String host; private ...

  4. linux串口编程参数配置详解(转)

    1.linux串口编程需要的头文件 #include <stdio.h>         //标准输入输出定义#include <stdlib.h>        //标准函数 ...

  5. 代码管理(一)git

    代码管理工具有很多 主要的有两个 git  和  svn svn  衍生出来的软件有   cornerstone   smartSVN git  的图形界面工具有  Sourcetree 前几年  s ...

  6. 测试Js权限

    '12222' 测试一下 刚兴趣的可以参考: http://www.cnblogs.com/littledu/archive/2011/05/08/2040298.html http://www.cn ...

  7. 《JAVA与模式》之简单工厂与工厂方法

    一.简单工厂 1.1 使用场景 1.工厂类负责创建的对象比较少: 2.客户只知道传入工厂类的参数,对于如何创建对象(逻辑)不关心: 3.由于简单工厂很容易违反高内聚责任分配原则,因此一般只在很简单的情 ...

  8. MSSQL2005:“超时时间已到。在操作完成之前超时时间已过或服务器未响应”

    1.今天在整合项目中有这样一个需求,就是要改变以存在表字段的文本的大小,如把char(15)改成varchar(50). 2.此时以存在表已有1885742条数据,在直接下面进行调用 ALTER TA ...

  9. mysql数据导入遇到的timestamp类型问题

    今天准备把最新的表导入自己以前的机子上做临时开发,在数据库导入的时候遇到一个问题:Incorrect table definition; there can be only one TIMESTAMP ...

  10. ${HADOOP_CONF_DIR:-$HADOOP_PREFIX/$DEFAULT_CONF_DIR}

      在hadoop-config.sh中,有如下语句:${HADOOP_CONF_DIR:-$HADOOP_PREFIX/$DEFAULT_CONF_DIR}                     ...