Describe the problem.
I'm trying setup a scraper that selects "5 years" from the dropdown box in the link, then scrapes the data in table below. I tried replicating a similar sitemap that was described in this thread, but it didn't work:
Url: https://www.nasdaq.com/symbol/hio/historical
Sitemap:
{"_id":"test2","startUrl":["https://www.nasdaq.com/symbol/hio/historical"],"selectors":[{"id":"test1","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"div#left-column-div","multiple":true,"delay":"5000","clickElementSelector":"div.floatL.marginT10px select","clickType":"clickOnce","discardInitialElements":false,"clickElementUniquenessType":"uniqueText"},{"id":"test5","type":"SelectorElement","parentSelectors":["test1"],"selector":"parent","multiple":true,"delay":0}]}