diff --git a/scraper.rb b/scraper.rb index aca356a..51069ae 100644 --- a/scraper.rb +++ b/scraper.rb @@ -20,7 +20,7 @@ first_page_form = first_page.forms.first # select the "List of Development Applications" radio button first_page_form.radiobuttons[0].click -agent.submit(first_page_form, nil, { '__VIEWSTATEENCRYPTED'] => '' }) +agent.submit(first_page_form, nil, { '__VIEWSTATEENCRYPTED' => '' }) # search_page = first_page_form.click_button # select the "Date Lodged" tab