Hello all. So I've got a pretty basic page I'm trying to get mailing addresses from and it's giving me trouble. This is the first time I've had to use Element Click, so I think that I must be doing it wrong. I get the info, but I'm not sure what page it's coming from and I know I'm not getting it all. . What am I doing wrong?
Thanks!
Sitemap:
{"_id":"ushcc5","startUrl":["https://web.ushcc.com/Local-Hispanic-Chambers"],"selectors":[{"id":"pagination","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"div.tabbertab:nth-of-type(1) div.ListingResults_All_CONTAINER","multiple":true,"delay":2000,"clickElementSelector":"#tabbernav2 li","clickType":"clickOnce","discardInitialElements":"do-not-discard","clickElementUniquenessType":"uniqueText"},{"id":"address","type":"SelectorText","parentSelectors":["pagination"],"selector":"span[itemprop='street-address']","multiple":false,"regex":"","delay":0},{"id":"city","type":"SelectorText","parentSelectors":["pagination"],"selector":"span[itemprop='locality']","multiple":false,"regex":"","delay":0},{"id":"state","type":"SelectorText","parentSelectors":["pagination"],"selector":"span[itemprop='region']","multiple":false,"regex":"","delay":0},{"id":"zip","type":"SelectorText","parentSelectors":["pagination"],"selector":"span[itemprop='postal-code']","multiple":false,"regex":"","delay":0},{"id":"contact","type":"SelectorText","parentSelectors":["pagination"],"selector":".ListingResults_Level3_MAINCONTACT a","multiple":false,"regex":"","delay":0}]}
