Hello all,
I'm trying to to scrape the following pages but cant seem to get pagination to work. If I try settings the selector as link, I can't select the pagination button as an element. If someone would be able to tell me what I'm doing wrong I'd really appreciate it!
http://www.shopblt.com/cgi-bin/s.cgi?s_mfg=SONSYS&s_max=100&order_id=266986701
Sitemap:
{"_id":"blt_sonicwall","startUrl":["http://www.shopblt.com/cgi-bin/s.cgi?s_mfg=SONSYS"],"selectors":[{"id":"pagination","type":"SelectorElementClick","parentSelectors":["_root","pagination"],"selector":"td.mobilehide","multiple":true,"delay":"0","clickElementSelector":".center input.btnnorm","clickType":"clickOnce","discardInitialElements":"do-not-discard","clickElementUniquenessType":"uniqueText"},{"id":"product page","type":"SelectorLink","parentSelectors":["_root","pagination"],"selector":".mobilehide a","multiple":true,"delay":0},{"id":"sku","type":"SelectorText","parentSelectors":["product page"],"selector":"td[itemprop='model']","multiple":false,"regex":"","delay":0},{"id":"price","type":"SelectorHTML","parentSelectors":["product page"],"selector":"div[itemprop='offers']","multiple":false,"regex":"[0-9]+\.[0-9]+","delay":0}]}