This release changes:
- The method kamera uses to resize chrome to contents. Previously it used those exposed by chrome dev protocol but now evaluates javascript #30
This release adds support for:
- Specifying the dom element to resize the browser to #30 (thanks @jleonard-r7 and @johanatan)
- Asserting that there is at least one test #25
- deps.edn #28 (thanks @johanatan)
- The dssim algorithm #33 (thanks @johanatan and @jleonard-r7)
This release improves:
- The
element-exists?
predicate is now more forgiving #27