Skip to content

Releases: elixir-wallaby/wallaby

v0.18.0

08 Aug 16:32
51f69e5
Compare
Choose a tag to compare

Features

  • Updated dependencies
  • Added experimental support for chromedriver

v0.17.0

17 May 01:39
7870d63
Compare
Choose a tag to compare

Version 0.17.

Check the CHANGELOG for a full description of changes.

v0.16.1

28 Feb 15:12
Compare
Choose a tag to compare

Bugs

  • Fixed issue with print options in deprecation warnings.

v0.16.0

27 Feb 02:08
fbce39c
Compare
Choose a tag to compare

Changes

  • Added the Query module.
  • Added the Element module.
  • Added the Browser module.
  • Deprecated click_on, click_button, click_link, check, choose, uncheck, select, send_text, get_current_url, get_window_size, set_window_size, and checked?.
  • Deprecated passing strings to actions and finder. Everything now expects a Query.
  • Added a callback to find. This makes chaining much easier and allows for better scoping.
  • Added has? to allow the creation of generic has_value? and has_text? type actions.
  • Updated the retry logic to be more consistent and handle stale elements.

v0.15.0

01 Dec 18:54
336bdc0
Compare
Choose a tag to compare

Breaking changes

  • Button detection doesn't raise an exception if the button is missing a type attribute.

v0.14.0

07 Nov 14:41
67bd1a0
Compare
Choose a tag to compare

Features

  • Users can change the IO device that console logs are written to with the :js_logger config option. JS logging can also be disabled by setting this option to nil.

0.13.0

26 Oct 14:25
2c480c5
Compare
Choose a tag to compare

Features

  • Add page_source function

Bugs

  • Update key codes

0.12.0

27 Sep 14:26
5b10027
Compare
Choose a tag to compare

Bugs

  • Isolate localStorage between test runs.

0.11.1

25 Aug 21:51
56aeb3f
Compare
Choose a tag to compare

Bugs

  • Fix for screenshot name collisions
  • Fix for xpath escaping
  • Fix for text scoping
  • Fix for error handling
  • Fix missing button type error handling.

0.11.0

19 Aug 15:12
a3c6e0b
Compare
Choose a tag to compare

Features

  • File upload helpers

Bugs

  • Increase timeout server timeouts to infinity to avoid poolboy errors.