Describe the problem.
I am trying to scrape data from the website www.ngoparpan.com. The Page opens up popup using Javascipt.void() function. The scraper is not able to extract any data from the popup used.
Url: https://ngodarpan.gov.in/index.php/home/statewise_ngo/81/35/1
Sitemap:
{"_id":"ngodarpan","startUrl":["https://ngodarpan.gov.in/index.php/home/statewise"],"selectors":[{"id":"State","type":"SelectorLink","parentSelectors":["_root"],"selector":"a.bluelink11px","multiple":true,"delay":0},{"id":"NGO Name","type":"SelectorPopupLink","parentSelectors":["State"],"selector":"td a","multiple":true,"delay":0},{"id":"Unique ID","type":"SelectorText","parentSelectors":["NGO Name"],"selector":"span#UniqueID","multiple":false,"regex":"","delay":0}]}