wallaby v0.30.1 Release Notes
Release Date: 2022-07-16 // about 2 years ago-
๐ Fixes
- ๐ fix(chromedriver): Account for Chromium when doing the version matching (#698)
Previous changes from v0.30.0
-
๐ฅ Breaking
- ๐ Now only supports Elixir v1.12 and higher. Please open an issue if this is too restrictive. This was done to allow us to vendor
PartitionSupervisor
, which uses functions that were introduced in v1.12, so vendoring only gets us that far.
๐ Fixes
- ๐ Handle errors related to Wallaby.Element more consistently #632
- ๐ Fix
refute_has
when passed a query with an invalid selector #639 - ๐ Fix ambiguity between imported Browser.tap/2 and Kernel.tap/2 #686
- ๐ Fix
remote_url
config option for selenium driver #582 - ๐ Specifying
at
now removes the defaultcount
of 1 #641 - ๐ Various documentation fixes/improvements
- โฑ Start a ChromeDriver for every scheduler #692
- This may fix a long standing issue #365
- ๐ Now only supports Elixir v1.12 and higher. Please open an issue if this is too restrictive. This was done to allow us to vendor