watir-screenshot-stitch
watir-screenshot-stitch copied to clipboard
Extends Watir to take full page screenshots of websites.
Previously we set the test `it "handles cross-domain images and svgs" do` to `pending` because the base64_canvas script can't handle that scenario. I've since totally reset my dev environment, and...
**Description** watir-screenshot-stitch depends on `binding-of-caller ~> 0.7`, which makes it incompatible with pry-stack-explorer's `binding-of-caller ~> 1.0` This makes debugging selenium based projects difficult. **Ask** Upgrade binding of caller dependency to...
Ruby is thread locked so typically you wont see much improvement from multithreading unless ruby is waiting on an external resource. Image Magick and writing to the drive can run...