Changelog
=========

Here are release notes of `odooselenium` project.


1.0.4 (unreleased)
------------------

- Nothing changed yet.


1.0.3 (2017-01-02)
------------------

- Nothing changed yet.


1.0.2 (2016-12-12)
------------------

- Nothing changed yet.


1.0.1 (2016-12-12)
------------------

- Nothing changed yet.


1.0 (2016-12-12)
----------------

- Nothing changed yet.


1.0 (2016-12-12)
----------------

Master release.

* Merge `Pull request #5`_
  .. _`Pull request #5`: https://github.com/meta-it/odooselenium/pull/5

* Add wrapper classes for Odoo views and pages

* Small enhancements on wait functions

* Replace Firefox driver by Chrome, Firefox is now available on `feature-firefox`_
  .. _`feature-firefox`: https://github.com/meta-it/odooselenium/tree/feature-firefox


0.1.1 (2015-11-25)
------------------

Bugfix release.

* `Bugfix #1`_: ``OdooUI.wait_for_page_load()`` waits for staleness of ``body``
  element in DOM. Was waiting for element by CSS selector
  ``.oe_application .oe_view_manager``. Fixes loading in ``OdooUI.login()``.
  
  .. _`Bugfix #1`: https://github.com/meta-it/odooselenium/issues/1


0.1 (2015-11-23)
----------------

Initial release:

* Class ``odooselenium.OdooUI`` provides very basic Python bindings for Odoo
  web user interface, using Selenium.

* Base class ``odooselenium.TestCase`` uses Selenium webdriver and OdooUI in a
  test case.
