Skip to content
This repository was archived by the owner on Sep 21, 2022. It is now read-only.

0.9.8

Choose a tag to compare

@SevInf SevInf released this 11 Feb 09:19
· 1281 commits to master since this release
  • 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.
    Use suite.ignoreElements(selector1, selector2, ...) to specify
    the selectors to ignore (@SevInf).
  • Add tap action for touch devices (@scf2k).
  • gemini is now works correctly if page changes during the test (@scf2k).
  • Correctly handle missing timeout in waitForElementXXX (@SevInf).
  • Correctly report image path in gather API (@SevInf).