Does not grab all products from the site

Web Scraper version: latest
Chrome version: latest
OS: mac osx

Sitemap:

{"_id":"staples-wipes","startUrl":["https://www.staples.com/zq9zq9Disinfectant-Wipes/cat_CL220881/8uucw?pn=[1-23]"],"selectors":[{"id":"links","type":"SelectorLink","parentSelectors":["_root"],"selector":"div:nth-of-type(n+2) > div.standard-type__tile_wrapper a.standard-type__product_title, div:nth-of-type(n+12) a.standard-type__product_title","multiple":true,"delay":0},{"id":"title","type":"SelectorText","parentSelectors":["links"],"selector":"h1","multiple":false,"regex":"","delay":0},{"id":"itemno","type":"SelectorText","parentSelectors":["links"],"selector":"span#item_number","multiple":false,"regex":"","delay":0},{"id":"modelno","type":"SelectorText","parentSelectors":["links"],"selector":"span#manufacturer_number","multiple":false,"regex":"","delay":0},{"id":"highlevelcategory","type":"SelectorText","parentSelectors":["links"],"selector":"#breadcrumb_3 span","multiple":false,"regex":"","delay":0},{"id":"images","type":"SelectorImage","parentSelectors":["links"],"selector":"#\\30 _a img","multiple":false,"delay":0}]}

Error Message:

Does not  grab all products from the site; missing row 3, 4, and last row

To access error messages follow these steps:

  1. Open chrome://extensions/ or go to manage extensions
  2. Enable “developer mode” at the top right
  3. Open Web Scrapers “background page”
  4. A new popup window should appear.
  5. Go to “Console” tab. You should see Web Scraper log messages and errors there.