Skip to content

Commit

Permalink
Changed initial navigation.
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelBone committed Aug 15, 2018
1 parent 259e262 commit 8b07649
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scraper.rb
Expand Up @@ -20,7 +20,8 @@
first_page_form = first_page.forms.first
# select the "List of Development Applications" radio button
first_page_form.radiobuttons[0].click
search_page = first_page_form.click_button
agent.submit(first_page_form, nil, { '__VIEWSTATEENCRYPTED'] => '' })
# search_page = first_page_form.click_button

# select the "Date Lodged" tab
search_form = search_page.forms.first
Expand Down

0 comments on commit 8b07649

Please sign in to comment.