Great extension, will help me tremendously build strong test data for my company's product. I am stuck however. I want to extract product images from a web site, but their images are set as "Background-Image" though CSS and adds a layer on top for zoom on hover. What I want is the image though
Is there a way to achieve this? Here is my site map I am using as a test.
{"_id":"bestbuydslr","startUrl":"
http://www.bestbuy.com/site/digital-slr-cameras/all-dslrs/pcmcat186400050004.c?id=pcmcat186400050004","selectors":[{"parentSelectors":["_root"],"type":"SelectorLink","multiple":true,"id":"ProductListing","selector":"h4 a","delay":""},{"parentSelectors":["ProductListing"],"type":"SelectorElement","multiple":false,"id":"PDPHeader","selector":"div#postcard","delay":""},{"parentSelectors":["PDPHeader"],"type":"SelectorText","multiple":false,"id":"ProductName","selector":"h1","regex":"","delay":""},{"parentSelectors":["PDPHeader"],"type":"SelectorText","multiple":false,"id":"ProductCurrentPrice","selector":"div.item-price","regex":"","delay":""},{"parentSelectors":["PDPHeader"],"type":"SelectorText","multiple":false,"id":"ProductModel","selector":"span#model-value","regex":"","delay":""},{"parentSelectors":["PDPHeader"],"type":"SelectorText","multiple":false,"id":"ProductSKU","selector":"span#sku-value","regex":"","delay":""},{"parentSelectors":["PDPHeader"],"type":"SelectorText","multiple":false,"id":"ProductWasPrice","selector":"span.regular-price","regex":"","delay":""},{"parentSelectors":["ProductListing"],"type":"SelectorElement","multiple":false,"id":"ProductImages","selector":"div.col8","delay":""},{"parentSelectors":["ProductImages"],"type":"SelectorElementAttribute","multiple":false,"id":"ProductImage","selector":"div.zoomContainer","delay":"","extractAttribute":"{background-image:url}"}]}