Galooshi / happo

Visual diffing in CI for user interfaces
504 stars 16 forks source link

Chrome snapshots are cut off #132

Open trotzig opened 8 years ago

trotzig commented 8 years ago

I've been using the chrome driver locally for a while because of selenium not being compatible with Firefox > 47. I think it's because the screenshot taken is at 2x (I have a retina screen) and then we crop with the assumption that it's a 1x image.

Here's an example: chrome_snapshot

lencioni commented 8 years ago

Interesting! I agree with your assessment about pixel density.