xebia / VisualReview-protractor

Protractor extension to send screenshots to VisualReview visual regression tool
Apache License 2.0
24 stars 13 forks source link

implement full-page screenshots for webkit browsers #2

Open skwakman opened 9 years ago

skwakman commented 9 years ago

Webkit browsers such as Chrome, Safari and Opera don't produce full-page screenshots in Selenium. Until this is finished (which doesn't look like it happen soon: https://code.google.com/p/chromedriver/issues/detail?id=294) VisualReview-protractor should implement a commonly used workaround: scroll the viewport, make screenshots along the way and stitch the screenshots together to fake a full-page screenshot.

monkpit commented 6 years ago

@skwakman the discussion for this issue mentioned an experimental fix might be released "in a couple of weeks" - was this ever implemented? I wasn't able to tell after reading the discussions.

wlsf82 commented 6 years ago

Seems that now this happens with Firefox (v61.0.1) as well :(