- Add `Fast Wait Until Page Contains` keyword - Add unit tests for extended element finder - Add auto generated documentation - Add items to gitignore file - Adjust image path in the README file
0.9.0
==================
* Bugfixes on issue 9 and issue 11 * Refactors form and select elements into its own module * Fix and add more unit tests * Add acceptance tests for fixed issues
0.8.3
==================
* Bugfixes on issue 8 * Fix unit test to support Python 3.x
0.8.2
==================
* Bugfixes on issue 5
0.8.1
==================
* Fix typos * Add new strategies for ``Get Location``
0.8.0
==================
* Refactor element related operation into its own module * Using type check to validate the value instead of locator position * Add unit tests