【Selenium】 2018-2019.11.15 chromedriver的版本变化

背景

最近一直在搞selenium平台的事情,使用原来的2.53.1的版本升级到3.141.0版本,主要是应为api的原因升级,当让还有其配套的chrome和chromedriver,升级后使用的版本里会发现chromedriver有了之前没有的bug,当然chromedriver也在随后的版本中逐一fixed,为了备注和方便大家查询截止今日的chromedriver状态。英文部分可以使用翻译查看,2018的我觉得没有必要看了,除非你使用的版本比较低.

---------------------------------2019--------------------------------------

---------ChromeDriver 79.0.3945.16 (2019-10-30)---------
Supports Chrome version 79
Resolved issue 3073: Alerts coming from backend response cause ChromeDriver in W3C mode disconnect from browser - unable to interact with Chrome anymore - java.net.ConnectException: Failed to connect to localhost/0:0:0:0:0:0:0:1:38699 [Pri-2]
Resolved issue 2117: Chromedriver locks when an alert()(js) is raised while taking a screenshot [Pri-2]
Resolved issue 3148: ChromeDriver always ignores certificate errors [Pri-2]
Resolved issue 2435: Chrome driver reports platform and platformName as XP on Win10 machine [Pri-2]
Resolved issue 3133: window.navigator.webdriver is undefined when "enable-automation" is excluded in non-headless mode (should be true) [Pri-2]
Resolved issue 3005: WPT test in element_clear "test_not_editable_inputs[hidden]" does not pass [Pri-3]
Resolved issue 2487: "Element is not clickable" when using headless [Pri-]
---------ChromeDriver 78.0.3904.70 (2019-10-21)---------
Supports Chrome version 78
Resolved issue 907: PageLoadTimeout ignored when setting Url [Pri-2]
Resolved issue 2212: Implement Permissions Automation
Resolved issue 3044: Unable to interact with dropdown options using Action in ChromeDriver 76 [Pri-2]
Resolved issue 3047: No matching capabilities found if ChromeOptions() is used [Pri-2]
Resolved issue 3074: Adding function to Object.prototype causes difficulties in JavaScript deserialization [Pri-1]
Resolved issue 3078: ChromeDriver 77.0.3865.19 and later does not work with Android [Pri-1]
Resolved issue 3084: Find Elements not working properly in ChromeDriver 76 when prototype.js 1.6.1 is used [Pri-2]
Resolved issue 3103: ChromeDriver 77.0.3865.40 is returning the result of a Java Script Execution wrong (Coming null instead of complete) [Pri-1]
Resolved issue 3106: Download in headless mode does not honor download.default_directory
Resolved issue 3136: Unable to take a screenshot when page is zoomed out to 25%.
---------ChromeDriver 78.0.3904.11 (2019-09-12)---------
Supports Chrome version 78
Resolved issue 752: Wrong screenshot size on retina display [Pri-2]
Resolved issue 907: PageLoadTimeout ignored when setting Url [Pri-2]
Resolved issue 2212: Implement Permissions Automation
Resolved issue 2683: Mojave Screen Size is 2x What is given through window-size or setSize [Pri-2]
Resolved issue 3044: Unable to interact with dropdown options using Action in ChromeDriver 76 [Pri-2]
Resolved issue 3047: No matching capabilities found if ChromeOptions() is used [Pri-2]
Resolved issue 3074: Adding function to Object.prototype causes difficulties in JavaScript deserialization [Pri-1]
Resolved issue 3078: ChromeDriver 77.0.3865.19 and later does not work with Android [Pri-1]
Resolved issue 3084: Find Elements not working properly in ChromeDriver 76 when prototype.js 1.6.1 is used [Pri-2]
Resolved issue 3103: ChromeDriver 77.0.3865.40 is returning the result of a Java Script Execution wrong (Coming null instead of complete) [Pri-1]
Resolved issue 3106: Download in headless mode does not honor download.default_directory
---------ChromeDriver 77.0.3865.40 (2019-08-20)---------
Supports Chrome version 77
Resolved issue 1485: Posting to an iframe blocks commands until returned [Pri-2]
Resolved issue 1616: selenium takesHeapSnapshot get error: org.openqa.selenium.WebDriverException: unknown error: heap snapshot not in JSON format [Pri-3]
Resolved issue 1887: Chromedriver should throw InvalidCookieDomain error while adding cookie with incorrect domain [Pri-]
Resolved issue 1902: Support eager page load strategy [Pri-2]
Resolved issue 1917: Detecting a BASIC auth alert [Pri-3]
Resolved issue 2398: executeAsyncScript should promise-call script, and handle rejected promise [Pri-2]
Resolved issue 2454: Headless mode doesn't save file downloads [Pri-2]
Resolved issue 2621: buffer until timeout when access mp4 url [Pri-2]
Resolved issue 2638: Chrome driver fails to connect to Chrome after the first page load timeout. [Pri-2]
Resolved issue 2659: TimeoutException leaves Chromedriver in a broken state. [Pri-2]
Resolved issue 2690: Implement New Window endpoint [Pri-2]
Resolved issue 2704: Sending Keys to Active Element in a Frame [Pri-2]
Resolved issue 2809: ChromeDriver waits for all child frames to be ready when pageLoadStrategy != none [Pri-2]
Resolved issue 2925: ExecuteScript should promise-handle [Pri-2]
Resolved issue 2940: ElementScreenshot does not crop large elements to the viewport [Pri-2]
Resolved issue 2943: goog:chromeOptions.w3c=false doesn't work for POST request with empty body [Pri-1]
Resolved issue 2944: ActionChains(driver).move_to_element(element).perform() does not anymore work with ChromeDriver 75.0.3770.8 [Pri-2]
Resolved issue 2947: No W3C compliant endpoints for retrieving logs [Pri-2]
Resolved issue 2961: Selenium addExtensions hook fails to parse CRX3 extensions on ChromeDriver [Pri-]
Resolved issue 2964: chromedriver :takeHeapSnapshot command creates snapshot that Chrome DevTools cannot load [Pri-2]
Resolved issue 2975: Webdriver Actions for keys (CONTROL, SHIFT etc..) not working in ChromeDriver 75.0.3770.8 [Pri-2]
Resolved issue 2981: Chromedriver in W3C mode loses mouse state between Actions API calls [Pri-2]
Resolved issue 2990: Update capability name for "loggingPrefs" [Pri-2]
Resolved issue 2992: Error "Cannot call non W3C standard command while in W3C mode" should be recorded in log file [Pri-2]
Resolved issue 2994: Clicking on file upload does not error [Pri-2]
Resolved issue 2995: javascript error: circular reference with ChromeDriver 76.0.3809.25 [Pri-1]
Resolved issue 2998: Chromedriver fails the WPT test test_merge_platformName [Pri-2]
Resolved issue 3007: ChromeDriver 75 - Running Javascript kills driver [Pri-1]
Resolved issue 3011: Perform Actions cannot move pointer to elements in shadow DOM [Pri-2]
Resolved issue 3013: Wrong error thrown if no capabilities nor desired capabilities given [Pri-3]
Resolved issue 3074: Adding function to Object.prototype causes difficulties in JavaScript deserialization [Pri-1]
Resolved issue 3078: ChromeDriver 77.0.3865.19 and later does not work with Android [Pri-1]
Resolved issue 3084: Find Elements not working properly in ChromeDriver 76 when prototype.js 1.6.1 is used [Pri-2]
---------ChromeDriver 77.0.3865.10 (2019-08-06)---------
Supports Chrome version 77
Resolved issue 1485: Posting to an iframe blocks commands until returned [Pri-2]
Resolved issue 1616: selenium takesHeapSnapshot get error: org.openqa.selenium.WebDriverException: unknown error: heap snapshot not in JSON format [Pri-3]
Resolved issue 1887: Chromedriver should throw InvalidCookieDomain error while adding cookie with incorrect domain [Pri-]
Resolved issue 1902: Support eager page load strategy [Pri-2]
Resolved issue 1917: Detecting a BASIC auth alert [Pri-3]
Resolved issue 2398: executeAsyncScript should promise-call script, and handle rejected promise [Pri-2]
Resolved issue 2454: Headless mode doesn't save file downloads [Pri-2]
Resolved issue 2621: buffer until timeout when access mp4 url [Pri-2]
Resolved issue 2638: Chrome driver fails to connect to Chrome after the first page load timeout. [Pri-2]
Resolved issue 2659: TimeoutException leaves Chromedriver in a broken state. [Pri-2]
Resolved issue 2690: Implement New Window endpoint [Pri-2]
Resolved issue 2704: Sending Keys to Active Element in a Frame [Pri-2]
Resolved issue 2809: ChromeDriver waits for all child frames to be ready when pageLoadStrategy != none [Pri-2]
Resolved issue 2925: ExecuteScript should promise-handle [Pri-2]
Resolved issue 2940: ElementScreenshot does not crop large elements to the viewport [Pri-2]
Resolved issue 2943: goog:chromeOptions.w3c=false doesn't work for POST request with empty body [Pri-1]
Resolved issue 2944: ActionChains(driver).move_to_element(element).perform() does not anymore work with ChromeDriver 75.0.3770.8 [Pri-2]
Resolved issue 2947: No W3C compliant endpoints for retrieving logs [Pri-2]
Resolved issue 2961: Selenium addExtensions hook fails to parse CRX3 extensions on ChromeDriver [Pri-]
Resolved issue 2964: chromedriver :takeHeapSnapshot command creates snapshot that Chrome DevTools cannot load [Pri-2]
Resolved issue 2975: Webdriver Actions for keys (CONTROL, SHIFT etc..) not working in ChromeDriver 75.0.3770.8 [Pri-2]
Resolved issue 2981: Chromedriver in W3C mode loses mouse state between Actions API calls [Pri-2]
Resolved issue 2990: Update capability name for "loggingPrefs" [Pri-2]
Resolved issue 2992: Error "Cannot call non W3C standard command while in W3C mode" should be recorded in log file [Pri-2]
Resolved issue 2994: Clicking on file upload does not error [Pri-2]
Resolved issue 2995: javascript error: circular reference with ChromeDriver 76.0.3809.25 [Pri-1]
Resolved issue 2998: Chromedriver fails the WPT test test_merge_platformName [Pri-2]
Resolved issue 3007: ChromeDriver 75 - Running Javascript kills driver [Pri-1]
Resolved issue 3011: Perform Actions cannot move pointer to elements in shadow DOM [Pri-2]
Resolved issue 3013: Wrong error thrown if no capabilities nor desired capabilities given [Pri-3]
---------ChromeDriver 76.0.3809.126 (2019-08-20)---------
Supports Chrome version 76
Resolved issue 3084: Find Elements not working properly in ChromeDriver 76 when prototype.js 1.6.1 is used [Pri-2]
Resolved issue 3074: Adding function to Object.prototype causes difficulties in JavaScript deserialization [Pri-1]
Resolved issue 2995: javascript error: circular reference with ChromeDriver 76.0.3809.25 [Pri-1]
Resolved issue 3007: ChromeDriver 75 - Running Javascript kills driver [Pri-1]
Resolved issue 2943: goog:chromeOptions.w3c=false doesn't work for POST request with empty body [Pri-1]
Resolved issue 2947: No W3C compliant endpoints for retrieving logs [Pri-2]
Resolved issue 1897: Implement Actions API [Pri-1]
Resolved issue 3011: Perform Actions cannot move pointer to elements in shadow DOM [Pri-2]
Resolved issue 2975: Webdriver Actions for keys (CONTROL, SHIFT etc..) not working in ChromeDriver 75.0.3770.8 [Pri-2]
Resolved issue 2981: Chromedriver in W3C mode loses mouse state between Actions API calls [Pri-2]
Resolved issue 2992: Error "Cannot call non W3C standard command while in W3C mode" should be recorded in log file [Pri-2]
Resolved issue 2556: Script timeout handling is not spec compliant [Pri-2]
Resolved issue 2745: Improve cyclic data structure detection in Execute Script command [Pri-2]
Resolved issue 1071: Incorrect serialization in webdriver command response. [Pri-2]
Resolved issue 2264: moveToElement() scrolls the top left corner of the element into view [Pri-2]
Resolved issue 2852: Do not scroll partially visible elements [Pri-2]
Resolved issue 2840: Element Send Keys: Codepoint "U+E001" not supported [Pri-2]
Resolved issue 2869: ChromeDriver should return user prompt (or alert) text in unhandled alert error response [Pri-2]
Resolved issue 1062: <details> children are always considered displayed [Pri-2]
Resolved issue 2555: Script result serialization is not spec compliant [Pri-3]
Resolved issue 2892: excludeSwitches option should allow leading dashes in switch names [Pri-3]
---------ChromeDriver 76.0.3809.68 (2019-07-16)---------
Supports Chrome version 76
Resolved issue 2995: javascript error: circular reference with ChromeDriver 76.0.3809.25 [Pri-1]
Resolved issue 3007: ChromeDriver 75 - Running Javascript kills driver [Pri-1]
Resolved issue 2943: goog:chromeOptions.w3c=false doesn't work for POST request with empty body [Pri-1]
Resolved issue 2947: No W3C compliant endpoints for retrieving logs [Pri-2]
Resolved issue 1897: Implement Actions API [Pri-1]
Resolved issue 3011: Perform Actions cannot move pointer to elements in shadow DOM [Pri-2]
Resolved issue 2975: Webdriver Actions for keys (CONTROL, SHIFT etc..) not working in ChromeDriver 75.0.3770.8 [Pri-2]
Resolved issue 2981: Chromedriver in W3C mode loses mouse state between Actions API calls [Pri-2]
Resolved issue 2992: Error "Cannot call non W3C standard command while in W3C mode" should be recorded in log file [Pri-2]
Resolved issue 2556: Script timeout handling is not spec compliant [Pri-2]
Resolved issue 2745: Improve cyclic data structure detection in Execute Script command [Pri-2]
Resolved issue 1071: Incorrect serialization in webdriver command response. [Pri-2]
Resolved issue 2264: moveToElement() scrolls the top left corner of the element into view [Pri-2]
Resolved issue 2852: Do not scroll partially visible elements [Pri-2]
Resolved issue 2840: Element Send Keys: Codepoint "U+E001" not supported [Pri-2]
Resolved issue 2869: ChromeDriver should return user prompt (or alert) text in unhandled alert error response [Pri-2]
Resolved issue 1062: <details> children are always considered displayed [Pri-2]
Resolved issue 2555: Script result serialization is not spec compliant [Pri-3]
Resolved issue 2892: excludeSwitches option should allow leading dashes in switch names [Pri-3]
----------ChromeDriver 76.0.3809.25 (2019-06-13)----------
Supports Chrome version 76
Resolved issue 2943: goog:chromeOptions.w3c=false doesn't work for POST request with empty body [Pri-1]
Resolved issue 2947: No W3C compliant endpoints for retrieving logs [Pri-2]
Resolved issue 1897: Implement Actions API [Pri-1]
Resolved issue 2556: Script timeout handling is not spec compliant [Pri-2]
Resolved issue 2745: Improve cyclic data structure detection in Execute Script command [Pri-2]
Resolved issue 1071: Incorrect serialization in webdriver command response. [Pri-2]
Resolved issue 2264: moveToElement() scrolls the top left corner of the element into view [Pri-2]
Resolved issue 2852: Do not scroll partially visible elements [Pri-2]
Resolved issue 2840: Element Send Keys: Codepoint "U+E001" not supported [Pri-2]
Resolved issue 2869: ChromeDriver should return user prompt (or alert) text in unhandled alert error response [Pri-2]
Resolved issue 1062: <details> children are always considered displayed [Pri-2]
Resolved issue 2555: Script result serialization is not spec compliant [Pri-3]
Resolved issue 2892: excludeSwitches option should allow leading dashes in switch names [Pri-3]
----------ChromeDriver 76.0.3809.12 (2019-06-07)----------
Supports Chrome version 76
Resolved issue 1897: Implement Actions API [Pri-1]
Resolved issue 2556: Script timeout handling is not spec compliant [Pri-2]
Resolved issue 2745: Improve cyclic data structure detection in Execute Script command [Pri-2]
Resolved issue 1071: Incorrect serialization in webdriver command response. [Pri-2]
Resolved issue 2264: moveToElement() scrolls the top left corner of the element into view [Pri-2]
Resolved issue 2852: Do not scroll partially visible elements [Pri-2]
Resolved issue 2840: Element Send Keys: Codepoint "U+E001" not supported [Pri-2]
Resolved issue 2869: ChromeDriver should return user prompt (or alert) text in unhandled alert error response [Pri-2]
Resolved issue 1062: <details> children are always considered displayed [Pri-2]
Resolved issue 2555: Script result serialization is not spec compliant [Pri-3]
Resolved issue 2892: excludeSwitches option should allow leading dashes in switch names [Pri-3]
---------ChromeDriver 75.0.3770.140 (2019-07-12)---------
Supports Chrome version 75
Resolved issue 3007: ChromeDriver 75 - Running Javascript kills driver [Pri-1]
Resolved issue 2943: goog:chromeOptions.w3c=false doesn't work for POST request with empty body [Pri-1]
Resolved issue 2975: Webdriver Actions for keys (CONTROL, SHIFT etc..) not working in ChromeDriver 75.0.3770.8 [Pri-2]
Resolved issue 2947: No W3C compliant endpoints for retrieving logs [Pri-2]
Resolved issue 2622: Clear Element command raises blur event twice [Pri-2]
Resolved issue 2803: Capability name loggingPrefs is not spec compliant [Pri-2]
Resolved issue 2536: Make standards mode (goog:chromeOptions.w3c:true) the default [Pri-2]
Resolved issue 2836: Error handling in W3C mode [Pri-2]
Resolved issue 2414: Creating cookies without leading dot in the domain results in host-only cookies [Pri-2]
Resolved issue 2796: ChromeDriver should allow null for script timeout [Pri-2]
Resolved issue 2721: Element Send Keys to file input with 'multiple' attribute should append file list [Pri-3]
Resolved issue 2850: Get Active Element should return "no such element" error when no active element exists [Pri-3]
Resolved issue 2851: Navigate to malformed URL should raise "invalid argument" error [Pri-3]
Resolved issue 2857: ChromeDriver returns wrong HTTP status code when invalid session id is received [Pri-3]
Resolved issue 2719: When input parameter is missing or malformed, ChromeDriver response is not spec compliant [Pri-3]
Resolved issue 2746: Execute Script does not handle line-oriented JavaScript comment [Pri-3]
---------ChromeDriver 75.0.3770.90 (2019-06-13)---------
Supports Chrome version 75
Resolved issue 2943: goog:chromeOptions.w3c=false doesn't work for POST request with empty body [Pri-1]
Resolved issue 2947: No W3C compliant endpoints for retrieving logs [Pri-2]
Resolved issue 2622: Clear Element command raises blur event twice [Pri-2]
Resolved issue 2803: Capability name loggingPrefs is not spec compliant [Pri-2]
Resolved issue 2536: Make standards mode (goog:chromeOptions.w3c:true) the default [Pri-2]
Resolved issue 2836: Error handling in W3C mode [Pri-2]
Resolved issue 2414: Creating cookies without leading dot in the domain results in host-only cookies [Pri-2]
Resolved issue 2796: ChromeDriver should allow null for script timeout [Pri-2]
Resolved issue 2721: Element Send Keys to file input with 'multiple' attribute should append file list [Pri-3]
Resolved issue 2850: Get Active Element should return "no such element" error when no active element exists [Pri-3]
Resolved issue 2851: Navigate to malformed URL should raise "invalid argument" error [Pri-3]
Resolved issue 2857: ChromeDriver returns wrong HTTP status code when invalid session id is received [Pri-3]
Resolved issue 2719: When input parameter is missing or malformed, ChromeDriver response is not spec compliant [Pri-3]
Resolved issue 2746: Execute Script does not handle line-oriented JavaScript comment [Pri-3]
---------ChromeDriver 75.0.3770.8 (2019-04-29)---------
Supports Chrome version 75
Resolved issue 2622: Clear Element command raises blur event twice [Pri-2]
Resolved issue 2803: Capability name loggingPrefs is not spec compliant [Pri-2]
Resolved issue 2536: Make standards mode (goog:chromeOptions.w3c:true) the default [Pri-2]
Resolved issue 2836: Error handling in W3C mode [Pri-2]
Resolved issue 2414: Creating cookies without leading dot in the domain results in host-only cookies [Pri-2]
Resolved issue 2796: ChromeDriver should allow null for script timeout [Pri-2]
Resolved issue 2721: Element Send Keys to file input with 'multiple' attribute should append file list [Pri-3]
Resolved issue 2850: Get Active Element should return "no such element" error when no active element exists [Pri-3]
Resolved issue 2851: Navigate to malformed URL should raise "invalid argument" error [Pri-3]
Resolved issue 2857: ChromeDriver returns wrong HTTP status code when invalid session id is received [Pri-3]
Resolved issue 2719: When input parameter is missing or malformed, ChromeDriver response is not spec compliant [Pri-3]
Resolved issue 2746: Execute Script does not handle line-oriented JavaScript comment [Pri-3]
----------ChromeDriver v74.0.3729.6 (2019-03-14)----------
Supports Chrome v74
Resolved issue 2799: Recent change to WebDriver Tests causes ChromeDriver to fail W3C Tests [[Pri-]]
Resolved issue 2798: GET /sessions is not working if at least one of the sessions is in W3C mode [[Pri-3]]
Resolved issue 2783: Improper UTF-8 encoding for CSS child selectors (driver.page_source) [[Pri-]]
Resolved issue 2782: ChromeDriver can't connect to Chrome when /dev/shm is not available on Linux [[Pri-2]]
Resolved issue 2773: Raise a standard exception when element is overlay by another element [[Pri-2]]
Resolved issue 2768: 2.46 produces unexpected debug.log file if verbose logging is enabled [[Pri-1]]
Resolved issue 2749: Update Switch To Frame error checks to match latest W3C spec [[Pri-3]]
Resolved issue  755: /session/:sessionId/doubleclick only generates one set of mousedown/mouseup/click events [[Pri-2]]
Resolved issue  427: Clicking div with SVG image causes "cannot read property 'length' of undefined" error. [[Pri-2]]
----------ChromeDriver 73.0.3683.68 (2019-03-06)----------
Supports Chrome version 73
Resolved issue 2768: ChromeDriver produces unexpected debug.log file if verbose logging is enabled [[Pri-1]]
Resolved issue 2728: Is Element Displayed command does not work correctly with v0 shadow DOM inserts [[Pri-1]]
Resolved issue 2799: Recent change to WebDriver Tests causes ChromeDriver to fail W3C Tests [[Pri-2]]
Resolved issue 2744: Execute Script returns wrong error code when JavaScript returns a cyclic data structure [[Pri-2]]
Resolved issue 1529: OnResponse behavior can lead to port exhaustion [[Pri-2]]
Resolved issue 2736: Close Window command should handle user prompts based on session capabilities [[Pri-2]]
Resolved issue 1963: Sending keys to disabled element should throw Element Not interactable error [[Pri-2]]
Resolved issue 2679: Timeout value handling is not spec compliant [[Pri-2]]
Resolved issue 2002: Add Cookie is not spec compliant [[Pri-2]]
Resolved issue 2716: Clearing Text Boxes [[Pri-3]]
Resolved issue 2714: ConnectException: Failed to connect to localhost/0:0:0:0:0:0:0:1:15756. Could not start driver. [[Pri-3]]
Resolved issue 2722: Execute Script does not correctly convert document.all into JSON format [[Pri-3]]
Resolved issue 2681: ChromeDriver doesn't differentiate "no such element" and "stale element reference" [[Pri-3]]

-------------------------------2018-------------------------------------

---------- ChromeDriver v2.46(2019-02-01)----------
支持Chrome v71-73
已解决的问题2728:“显示元素”命令不能与v0影子DOM插入[[Pri-1]]一起正常使用
已解决的问题755:/ session /:sessionId / doubleclick仅生成一组mousedown / mouseup / click事件[[Pri-2]]
已解决的问题2744:JavaScript返回循环数据结构[[Pri-2]]时,执行脚本返回错误的错误代码
已解决的问题1529:OnResponse行为可能导致端口耗尽[[Pri-2]]
已解决的问题2736:“关闭窗口”命令应根据会话功能处理用户提示[[Pri-2]]
1963年已解决的问题:向禁用的元素发送密钥应引发元素不可交互错误[[Pri-2]]
已解决的问题2679:超时值处理不符合规范[[Pri-2]]
已解决的问题2002:“添加Cookie”不符合规范[[Pri-2]]
已解决的问题2749:更新“切换到框架”错误检查以匹配最新的W3C规范[[Pri-3]]
已解决的问题2716:清除文本框[[Pri-3]]
已解决的问题2714:ConnectException:无法连接到localhost / 0:0:0:0:0:0:0:0:1:15756。无法启动驱动程序。[[Pri-3]
已解决的问题2722:执行脚本无法正确将document.all转换为JSON格式[[Pri-3]]
已解决的问题2681:ChromeDriver不能区分“没有这样的元素”和“陈旧的元素引用” [[Pri-3]]
---------- ChromeDriver v2.45(2018-12-10)----------
支持Chrome v70-72
1997年已解决的问题:新会话不符合规范[[Pri-1]]
已解决的问题2685:应断言chrome版本兼容[[Pri-2]]
解决的问题2677:使用无效的定位符时,“查找元素”命令返回错误的错误代码[[Pri-2]]
已解决的问题2676:某些ChromeDriver状态代码错误[[Pri-2]]
已解决的问题2665:在WebViewImpl :: DispatchTouchEventsForMouseEvents [[Pri-2]]中的JS中编译错误
已解决的问题2658:窗口大小命令应处理用户提示[[Pri-2]]
已解决的问题2684:ChromeDriver无法使用options.addArguments(“ user-data-dir =”)[[Pri-3]]正确启动Chrome
已解决的问题2688:状态命令不符合规范[[Pri-3]
已解决的问题2654:添加了对strictFileInteractability [[Pri-]]的支持
---------- ChromeDriver v2.44(2018-11-19)----------
支持Chrome v69-71
已解决的问题2522:在瀑布[[Pri-2]]的Mac构建机器人上测试ChromeDriverTest.testWindowMaximize失败
已解决的问题2615:窗口句柄调用[[Pri-2]]的“警告打开错误”不正确
已解决的问题2649:元素发送键在W3C模式[[Pri-2]]中应获得“文本”属性
已解决的问题1995:未按规范处理[启用元素的XML特例] [[Pri-2]]
1994年已解决的问题:根据规范[[Pri-2]]未处理Get Element CSS Value的XML特例
已解决问题2655:Set Window Rect需要检查无效输入[[Pri-3]]
已解决的问题2597:支持新的unhandledPromptBehavior模式[[Pri-3]]
---------- ChromeDriver v2.43(2018-10-16)----------
支持Chrome v69-71
已解决的问题2537:代理配置的解析不符合标准[[Pri-1]]
已解决的问题2607:启动应用程序命令时出错[[Pri-2]]
已解决的问题2575:iFrame内部元素的屏幕截图被错误地获取了[[Pri-2]]
已解决的问题1855:功能请求:ChromeDriver支持通过远程连接[[Pri-2]]调整窗口大小
1998年已解决的问题:清除元素[[Pri-2]]中未处理错误代码
2016年已解决的问题:不等待元素可见[[Pri-2]]
已解决的问题1936:未实现获取元素属性[[Pri-2]]
1992年已解决的问题:“切换到框架”不符合规范[[Pri-2]]
已解决的问题2001:“执行异步脚本”不返回符合规范的错误代码[[Pri-2]]
已解决的问题2000:“执行脚本”不返回符合规范的错误代码[[Pri-2]]
1987年已解决的问题:ExecuteGet中的错误代码与规范[[Pri-2]]不符
已解决的问题2003:“发送警报文本”未返回符合规范的错误代码[[Pri-2]]
已解决问题1319:输入type =“ date”上的clear()假装元素是用户不可编辑的[[Pri-3]]
已解决的问题1404:Chromedriver获取了手动打开的标签页的窗口句柄[[Pri-3]]
已解决的问题586:允许附加或启动chromedriver [[Pri-3]]的新日志文件
已解决的问题2371:如果标志位于firstMatch [[Pri-]]中,则新会话不会调用w3c模式
---------- ChromeDriver v2.42(2018-09-13)----------
支持Chrome v68-70
已解决的问题2144:在所有平台上的Chromium上,从MobileEmulationCapabilityTest类测试testtestClickElement失败[[Pri-1]]
已解决的问题2566:白名单ips无法与ipv4 [[Pri-1]]一起使用
已解决的问题2541:chromedriver v2.41无法以macOS [[Pri-1]]上的whitelisted-ips标志启动
已解决的问题2057:未实施设置超时[[Pri-1]]
已解决问题1938:获取未在Chromedriver [[Pri-2]]中实现的元素屏幕截图
已解决问题2550:搜寻chrome二进制文件[[Pri-2]]时,chromedriver忽略PATH
已解决的问题1993:全屏窗口命令不符合规范[[Pri-2]]
已解决的问题2501:实现日志重播功能[[Pri-2]]
已解决的问题2552:某些错误代码不符合标准[[Pri-2]]
已解决的问题669:带有多个参数的console.log无法正确处理[[Pri-2]]
已解决问题2545:SVG矩形[[Pri-2]]出现“未知错误:获取大小失败,无法返回x”
已解决的问题2571:chromedriver 2.35〜2.41-触摸仿真不起作用(滑动)[[Pri-]]
---------- ChromeDriver v2.41(2018-07-27)----------
支持Chrome v67-69
已解决的问题2458:Chromedriver无法以白名单ips选项[[Pri-1]]启动
已解决的问题2379:返回的功能应包括远程调试端口[[Pri-2]]
已解决的问题1005:在Android [[Pri-2]]上未实现driver.manage()。window()。getSize()
已解决的问题2474:用户无法读取桌面启动器错误消息[[Pri-]]
已解决的问题2496:无法启动二进制文件[[Pri-]]时快速失败
1990年已解决的问题:“关闭窗口”的返回值不符合规范[[Pri-]]
---------- ChromeDriver v2.40(2018-06-07)----------
支持Chrome v66-68
已解决的问题2446:回归:当指定了user-data-dir并存在[[Pri-1]]时,Chromedriver 2.39挂在打开位置
已解决的问题779:使ChromeDriver能够侦听来自IPv6的请求。[[Pri-1]]
已解决的问题2339:Chromedriver无法使用有效的文件路径[[Pri-2]]找到Android文件
已解决的问题2307:应将/ session /:sessionId / send_command和/ session /:sessionId / send_command_and_get_result更改为适当的扩展命令[[Pri-]]
---------- ChromeDriver v2.39(2018-05-30)----------
支持Chrome v66-68
已解决的问题2436:Android的ChromeDriver不为旧的adb版本[[Pri-1]]提供有用的错误消息
已解决的问题2431:关闭Windows的ChromeDriver测试不稳定[[Pri-1]]
已解决的问题2259:在iframe(容器填充> 0)中单击组件不起作用[[Pri-1]]
已解决的问题2161:ChromeDriver远程调试端口保留竞争条件[[Pri-2]]
已解决的问题2420:“获取警报文本”未返回符合规范的错误代码[[Pri-2]]
已解决的问题2369:清理androidUseRunningApp功能[[Pri-2]]的状态
已解决的问题2406:“最小化/最大化”窗口需要兼容w3c的端点[[Pri-]]
---------- ChromeDriver v2.38(2018-04-17)----------
支持Chrome v65-67
已解决的问题2354:浏览到gmail [[Pri-0]]时,chromedriver崩溃/丢失了连接
已解决的问题2381:未知的会话ID,无法确定加载状态[[Pri-1]]
已解决的问题2198:ChromeDriver 2.34不会等到切换到iframe [[Pri-2]]后再加载iframe内容
已解决的问题2142:未知错误:将chrome浏览器和chrome驱动程序更新到最新版本[[Pri-2]]后,该元素在点处不可单击
---------- ChromeDriver v2.37(2018-03-16)----------
支持Chrome v64-66
已解决的问题2304:对于所有台式机平台[[Pri-1]],在Chrome v66上测试ChromeDriverSiteIsolation.testCanClickOOPIF失败
已解决的问题1940:Chromedriver [[Pri-2]]中未实现许多窗口命令端点
已解决的问题1937:未实现获取元素rect [[Pri-2]]
已解决的问题2329:ChromeDriver不允许extensionLoadTimeout选项[[Pri-2]]的值设置为0
---------- ChromeDriver v2.36(2018-03-02)----------
支持Chrome v63-65
已解决的问题1819:在Chrome v60 + [[Pri-1]]上,testIFrameWithExtensionsSource失败
已解决的问题2221:添加命令行选项以将INFO级别记录到stderr [[Pri-2]]
已解决的问题450:当切换到文档被覆盖的新窗口时,ChromeDriver挂起[[Pri-2]]
已解决的问题2235:添加选项来控制等待扩展程序后台页面[[Pri-2]]
已解决的问题2234:修复了webview_devtools_remote_不正确的问题[[Pri-2]]
已解决的问题2223:如果后台页面名称以/ [[Pri-2]]开头,则无法加载扩展名
已解决的问题2280:ChromeDriver应该更具扩展性[[Pri-]]
已解决的问题2231:Pixel 2和Pixel 2 XL在移动仿真[[Pri-]]中不起作用
已解决的问题746266:Chromedriver不支持OOPIF
---------- ChromeDriver v2.35(2018-01-10)----------
支持Chrome v62-64
已解决的问题2191:如果脚本未返回任何结果,则执行JavaScript代码失败[[Pri-1]]
已解决的问题2183:连接不持久[[Pri-2]]
已解决的问题2207:某些移动仿真设备不起作用[[Pri-2]]
已解决的问题2177:获取本地存储会在Chrome 63 [[Pri-2]]中返回命令名称
已解决的问题2179:日志条目[[Pri-2]]的绝对时间
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章