Skip to content

Commit

Permalink
Changed form.
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelBone committed Aug 15, 2018
1 parent 3aad0a1 commit e36e636
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
next_button = search_form.button_with(:value => "Next")
next_button = first_page_form.button_with(:value => "Next")
search_page = agent.submit(first_page_form, next_button, { '__VIEWSTATEENCRYPTED' => '' })
# search_page = first_page_form.click_button

Expand Down

0 comments on commit e36e636

Please sign in to comment.