Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 623170 - www-apps/chromedriver-bin-2.30 version bump
Summary: www-apps/chromedriver-bin-2.30 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Austin English (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-30 15:46 UTC by Manuel Rüger (RETIRED)
Modified: 2017-07-12 18:52 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Manuel Rüger (RETIRED) gentoo-dev 2017-06-30 15:46:12 UTC
Please add it if you got time

Latest Release: ChromeDriver 2.30
Supports Chrome v58-60

Changes include:

    Fixes a bug where Chromedriver fails to delete temporary directories while exiting.
    The list of mobile device names has been updated to match those in DevTools.
    Fixes stack overflow errors in JavaScript code used by ChromeDriver.
    Accepts empty Blink revision to work with Chrome 60+ on Chrome OS platform.
    Fixes a bug which causes ChromeDriver to crash on using console.time from Chrome 58+.
    Updates to AddCookie implementation.
    Allows access to chrome extension within iframe.
    Chromedriver now uses DevTools commands to perform window management operations.
    Sending text to alert/confirm dialog will now return error.
    Various updates to work with Chrome 58+.

For details, please refer to the notes. The latest version is recommended, and bugs will not be fixed in previous versions.
Previous Releases

All ChromeDriver releases are hosted on Google Storage: chromedriver.storage.googleapis.com

ChromeDriver 2.29

Changes include:

    Fixes a bug which caused ExecuteScript to fail when Object.prototype is modified.
    Fixes a bug that interferes with handling the alert dialog on page unload.
    Support for making the window tab visible on switching to windows.


ChromeDriver 2.28

Changes include:

    Fixes a bug which blocked ChromeDriver automation extension from loading and thereby causing window resizing/positioning & screenshot functionalities to break.
    Fixes a bug where NetLog json files were being truncated.
    Fixes a bug which caused ChromeDriver to timeout and/or hang randomly while a dialog is showing.
    Fixes a bug which caused FindElements to fail in some scenarios.
    Various updates to work with Chrome 57+ .


ChromeDriver 2.27

This release fixes a bug which caused ChromeDriver to fail on pages with SharedWorkers.
ChromeDriver 2.26
Changes include:

    Fixes a bug which caused SendKeys to fail to send a space character.
    Support for emulating different network connections (e.g. offline, 2G, WiFi).
    Support for automatically handling unexpected alerts.
    The latest WebDriver atoms have been imported.
    Prevents random error when accepting a dialog.

ChromeDriver 2.25
Changes include:

    Fixes a bug which causes ChromeDriver to crash during Runtime.consoleAPICalled events from Chrome 54+
    Prevents timeouts when fetching logs while a dialog is showing