Releases: gemini-testing/gemini
Releases Β· gemini-testing/gemini
0.12.8
- Correctly restore window size when
setWindowSize
is called in before
callback (@SevInf).
0.12.7
- Correctly calculate element position if WebDriver returns screenshot thinner
then document (@SevInf).
0.12.6
- More clear error when capture are is hidden (@hatroman).
- Mouse cursor is moved to (0,0) before the first test (@j0tunn).
0.12.5
Republish 0.12.4 due to another npm bug.
0.12.4
- Fix calibration to work in Chrome 43+ (@SevInf).
- Original window size is restored after suite with
setWindowSize
action is finished (@Scff).
windowSize
option is ignored in Opera Presto browsers (@SevInf).
0.12.3
- Sizzle: work with selectors ending with space (@SevInf).
0.12.2
- Fix client bridge script injection (@SevInf).
0.12.1
CRITICAL BUG WAS INTRODUCED IN THIS VERSION.
Version was deleted from npm, use 0.12.2 instead.
- If CSS3 selectors are not supported by particular browser,
Sizzle.js will be used for
all queries in that browser (@SevInf).
- Coverage now correctly detects intersection of the elements
and capture area (@Scff).
0.12.0
- When capturing element is visible compltely in the viewport do not scroll to
element's location while taking the screenshot (@Scff).
0.11.5
- Fix calibration in IE8 and add functional tests for it (@SevInf).