You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Backstop, which automates using either Puppeteer or Chromy, I discovered that with Chromy, anything using vh units would size to nearly twice its height. When automating Chromium using Puppeteer, this doesn't happen.
However, Puppeteer has other capturing bugs w/ Backstop that would make me still prefer to use Chromy. It's really only the vh bug that's an issue.
Attached is the difference between capturing a selector in Chromy (left) and Puppeteer (right).
The text was updated successfully, but these errors were encountered:
When using Backstop, which automates using either Puppeteer or Chromy, I discovered that with Chromy, anything using
vh
units would size to nearly twice its height. When automating Chromium using Puppeteer, this doesn't happen.However, Puppeteer has other capturing bugs w/ Backstop that would make me still prefer to use Chromy. It's really only the
vh
bug that's an issue.Attached is the difference between capturing a selector in Chromy (left) and Puppeteer (right).
The text was updated successfully, but these errors were encountered: