Skip to content

Instantly share code, notes, and snippets.

@tourdedave
Last active September 28, 2017 04:44
Show Gist options
  • Save tourdedave/1a8f16fd7fbcdaded0f97a338c862e61 to your computer and use it in GitHub Desktop.
Save tourdedave/1a8f16fd7fbcdaded0f97a338c862e61 to your computer and use it in GitHub Desktop.

Selenium Guidebook Changelog - December 6, 2016

Python 1.1.0

  • Selenium 3 & geckodriver support
  • Updated to latest version of supporting libraries
  • Updated code examples for better Python 3 compliance
  • Fixed errata
  • Added collection of Python tips (as an accompanying PDF e-book)

Ruby 2.1.0

  • Selenium 3 & geckodriver support
  • Updated to latest versions of supporting libraries
  • Fixed errata

Java 1.2.0

  • Selenium 3 & geckodriver support
  • Updated to latest versions of supporting libraries
  • Refactored explicit wait functionality in BasePage class to use an override method
  • Fixed errata

C# 1.1.0

  • Selenium 3 & geckodriver support
  • Updated to latest versions of supporting libraries
  • Updated VendorDirectory look-up
  • Updated visit method in PageObjects/BasePage.cs to use .StartsWith rather than .Contains
  • Fixed errata

JavaScript 1.1.0

  • Selenium 3 & geckodriver support
  • Updated to latest versions of supporting libraries
  • Fixed errata
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment