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:

  1. .net libraries: https://github.com/seleniumhq/selenium/blob/master/dotnet/changelog
  2. java libraries: https://github.com/seleniumhq/selenium/blob/master/java/changelog
  3. python libraries: https://github.com/seleniumhq/selenium/blob/master/py/changes
  4. ruby libraries: https://github.com/seleniumhq/selenium/blob/master/rb/changes

'special' ones:

  1. iedriverserver changelog: https://github.com/seleniumhq/selenium/blob/master/cpp/iedriverserver/changelog

Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -