samnissen / watir-screenshot-stitch

Extends Watir to take full page screenshots of websites.
MIT License
17 stars 7 forks source link

The README description of the gem does not include the html2canvas function #32

Closed samnissen closed 5 years ago

samnissen commented 6 years ago

watir-screenshot-stitch attempts to compensate for Mozilla's decision not to (yet?) expose Firefox's full page screenshot functionality via geckodriver, as indicated here, by paging down a given URL by the size of the viewport, capturing the entire page in the process.

This should be modified to include the second function for capturing a base64 encoded png image blob from base64_canvas

samnissen commented 5 years ago

Resolved by #47