watir-screenshot-stitch icon indicating copy to clipboard operation
watir-screenshot-stitch copied to clipboard

Extends Watir to take full page screenshots of websites.

Results 3 watir-screenshot-stitch issues
Sort by recently updated
recently updated
newest added

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...

upkeep

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...