Hi,
I am extracting data from a scroll-down webpage, but the webpage seems to require some conditions (type a city name) to show the result (the bank locations I want in Hawaii). The data preview seems ok but when I downloaded it, the csv file is empty.
This is my first time using Web Scraper so I appreciate any suggestion! Thank you!
{"_id":"boh_location","startUrl":["https://www.boh.com/locations"],"selectors":[{"id":"location","parentSelectors":["_root"],"type":"SelectorElementScroll","selector":"div.card__container","multiple":true,"delay":2000,"elementLimit":500},{"id":"name","parentSelectors":["location"],"type":"SelectorText","selector":"h2","multiple":false,"regex":""},{"id":"street","parentSelectors":["location"],"type":"SelectorText","selector":"span.address-one","multiple":false,"regex":""},{"id":"city","parentSelectors":["location"],"type":"SelectorText","selector":"span.address-three","multiple":false,"regex":""},{"id":"type","parentSelectors":["location"],"type":"SelectorText","selector":"h5","multiple":false,"regex":""}]}