----------------
- Drop support for:
- ``zope.app.testing`` (extras_require: [ztk])
- ``Testing.ZopeTestCase`` (extras_require: [zope2])
- ``plone.app.testing`` (extras_require: [test_plonetestingz2])
- ``Products.PloneTestCase`` (extras_require: [plonetestcase])
- Remove the empty ``script`` extras_require.
- Drop support for Python 2.4, 2.5, 2.6. Now only supporting Python 2.7.
- Currently only supporting a ``selenium`` version < 2.53 as this version
breaks using a custom Firefox.
See https://github.com/SeleniumHQ/selenium/issues/1965
- Add ``.wd_selense.Selenese.selectParentFrame()`` to select the
parent of a frame or an iframe.