Where to find Selenium Webdriver release notes? -
i'm looking release notes selenium webdriver gives details new features, bugs etc in release.
i find selenium ide here couldn't find selenium webdriver. if knows, please point me link.
they live in source control project under respective folder particular language libraries. means:
- .net libraries: https://github.com/seleniumhq/selenium/blob/master/dotnet/changelog
- java libraries: https://github.com/seleniumhq/selenium/blob/master/java/changelog
- python libraries: https://github.com/seleniumhq/selenium/blob/master/py/changes
- ruby libraries: https://github.com/seleniumhq/selenium/blob/master/rb/changes
'special' ones:
- iedriverserver changelog: https://github.com/seleniumhq/selenium/blob/master/cpp/iedriverserver/changelog
Comments
Post a Comment