All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Updated dependencies (six)
- Updated dependencies (selenium, six, and mock)
- Support for python 3.7 | 6f02f8d
- Removed support for python 3.3
- Bumped major version number to indicate potential for breaking due to parameter renaming.
- README
- Renamed
async
parameters toasynchronous
for python 3.7 compatibility.
- Support for python 3.6 | a541344
- README
- Modified how metaclasses were registered
- Removed support for python 3.2
- Versions updated | 253c9ef
- Documentation fix | 438d580
- Versions updated | 253c9ef
- More six tests | b5f035a
- Tests added | 8156fa4
- Added a couple of usage examples in Lazy load Element items | dff9561
- Add build status to README | 74c1b91
- Add Travis CI config file and fixes for Python 3 compatability | d3e9fc1
- verion information incorrect | ab273be
- select() does not accept i=0 | 8d0da69
- Error ExceptionRetryElementsWaiter wait() not executed | 458b20a
- Created new Waiter subclasses | 30826bf
- Removed the helper with_update(), with_retry() functions from elements.elements.py and replaced them with the new Waiters
- Removed with_update() and with_retry() methods from the Elements classes and replaced it with a more generic, retried() method
- Reorganized and cleaned up some code
- Map returns | #
- Filter returns | dbcf774
- Wrong
self
assignment | 62721ae
- Initial commit | 8472dbc