Where to find Selenium Webdriver release notes?

前端 未结 3 1716
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-02-04 01:02

I\'m looking for a release notes for Selenium WebDriver which gives details what are new features, what are bugs etc in the release.

I could find for Selenium IDE here

3条回答
  •  攒了一身酷
    2021-02-04 01:30

    Release Notes (Change_Log)


    JAVA

    https://github.com/SeleniumHQ/selenium/blob/master/java/CHANGELOG

    Python

    https://github.com/SeleniumHQ/selenium/blob/master/py/CHANGES

    C#

    https://github.com/SeleniumHQ/selenium/blob/master/dotnet/CHANGELOG

    Ruby

    https://github.com/SeleniumHQ/selenium/blob/master/rb/CHANGES

    JavaScript (Node)

    https://github.com/SeleniumHQ/selenium/blob/master/javascript/node/selenium-webdriver/CHANGES.md

    IEDriverserver

    https://github.com/SeleniumHQ/selenium/blob/master/cpp/iedriverserver/CHANGELOG http://selenium.googlecode.com/git/cpp/iedriverserver/CHANGELOG

    3rd Party Browser Drivers [NOT Developed by seleniumhq]


    ChromeDriver

    http://chromedriver.storage.googleapis.com/2.7/notes.txt http://chromedriver.storage.googleapis.com/2.9/notes.txt

    OperaDriver

    https://raw.github.com/operasoftware/operadriver/master/CHANGES

    GhostDriver (PhantomJS)

    https://github.com/detro/ghostdriver/blob/master/CHANGELOG.md

提交回复
热议问题