This repository was archived by the owner on Sep 21, 2022. It is now read-only.
0.9.8
- Work correctly if WebDriver implementation returns screenshot with
a browser chrome. This is done via calibration step after first launch
of the browsers (@scf2k). - Add ability to ignore certain elements when comparing screenshots.
Usesuite.ignoreElements(selector1, selector2, ...)to specify
the selectors to ignore (@SevInf). - Add
tapaction for touch devices (@scf2k). geminiis now works correctly if page changes during the test (@scf2k).- Correctly handle missing timeout in waitForElementXXX (@SevInf).
- Correctly report image path in
gatherAPI (@SevInf).