Dropdown menu scraping issue

I've been trying to scrape the following website:
http://rera.rajasthan.gov.in/ProjectSearch

I want to try to get the table that comes upon selecting the all option including all the links on the View button.

Here is the sitemap I'd created but it doesn't seem to be working.

{"_id":"reraraj","startUrl":["http://rera.rajasthan.gov.in/ProjectSearch"],"selectors":[{"id":"Allval","type":"SelectorElementClick","selector":"select.form-control","parentSelectors":["_root"],"multiple":false,"delay":"2000","clickElementSelector":"input.btn.btn-primary","clickType":"clickOnce","discardInitialElements":false,"clickElementUniquenessType":"uniqueText"},{"id":"tables","type":"SelectorText","selector":"td","parentSelectors":["Allval","pgtab"],"multiple":true,"regex":"","delay":"2000"},{"id":"pgtab","type":"SelectorElementClick","selector":"#OuterProjectGrid > div.ds4u-footer > div.ds4u-pager > a.ds4u-btn.ds4u-pager-btn.ds4u-selected","parentSelectors":["Allval","pgtab"],"multiple":true,"delay":"2000","clickElementSelector":"#OuterProjectGrid > div.ds4u-footer > div.ds4u-pager > a.ds4u-btn.ds4u-pager-btn.ds4u-selected","clickType":"clickMore","discardInitialElements":true,"clickElementUniquenessType":"uniqueText"}]}