Skip to content

Commit

Permalink
Corrected header.
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelBone committed Aug 15, 2018
1 parent 8b07649 commit 04751c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.rb
Expand Up @@ -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
Expand Down

0 comments on commit 04751c2

Please sign in to comment.