Wallaby v0.28.0 released!
https://github.com/elixir-wallaby/wallaby
v0.28.0 (2020-12-8)
Breaking
-
Browser.assert_text/2
andBrowser.assert_text/3
now return the parent instead oftrue
when the text was found.
Fixes
- File uploads when using local and remote selenium servers.
Improvements
-
Added support for touch events
-
Wallaby.Browser.touch_down/3
-
Wallaby.Browser.touch_down/4
-
Wallaby.Browser.touch_up/1
-
Wallaby.Browser.tap/2
-
Wallaby.Browser.touch_move/3
-
Wallaby.Browser.touch_scroll/4
-
Wallaby.Element.touch_down/3
-
Wallaby.Element.touch_scroll/3
-
-
Added support for getting Element size and location
-
Wallaby.Element.size/1
-
Wallaby.Element.location/1
-
Read next ThinkingElixir 025: Improving developer experience with Marlus Saraiva