Hi, how we implement scraping if the initial page requires us to enter a value. For example, in this website, :: ALDB Online Applications ::, I need to enter "__" in the name and then enter the verification code manually.
The delay works only for the first page, and it doesn't go further beyond that. Help please!
Here's the script:
{"_id":"alabama","startUrl":["https://bdeal.igovsolution.net/Online/Lookups/Individual_Lookup.aspx"],"selectors":[{"delay":0,"id":"item","multiple":true,"parentSelectors":["_root","pagination"],"selector":"tbody tr","type":"SelectorElement"},{"delay":0,"id":"name","multiple":false,"parentSelectors":["item"],"regex":"","selector":"td:nth-of-type(1)","type":"SelectorText"},{"delay":0,"id":"license","multiple":false,"parentSelectors":["item"],"regex":"","selector":"td:nth-of-type(2)","type":"SelectorText"},{"delay":0,"id":"license_type","multiple":false,"parentSelectors":["item"],"regex":"","selector":"td:nth-of-type(3)","type":"SelectorText"},{"delay":0,"id":"status","multiple":false,"parentSelectors":["item"],"regex":"","selector":"td:nth-of-type(4)","type":"SelectorText"},{"delay":0,"id":"issued","multiple":false,"parentSelectors":["item"],"regex":"","selector":"td:nth-of-type(5)","type":"SelectorText"},{"delay":0,"id":"expiration","multiple":false,"parentSelectors":["item"],"regex":"","selector":"td:nth-of-type(6)","type":"SelectorText"},{"delay":0,"id":"public_file","multiple":false,"parentSelectors":["item"],"regex":"","selector":"td:nth-of-type(7)","type":"SelectorText"},{"delay":0,"id":"pagination","multiple":false,"parentSelectors":["_root","pagination"],"selector":"i.fa-angle-right","type":"SelectorLink"}]}