Skip to content

Commit

Permalink
Added parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelBone committed Aug 15, 2018
1 parent b1e8779 commit 2a434db
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scraper.rb
Expand Up @@ -25,8 +25,9 @@
# select the "Date Lodged" tab
search_form = search_page.forms.first
search_form['__EVENTTARGET'] = 'ctl00$MainBodyContent$mGeneralEnquirySearchControl$mTabControl$tabControlMenu'
search_form['__EVENTARGUMENT'] = '3';
search_form['__LASTFOCUS'] = '';
search_form['__EVENTARGUMENT'] = '3'
search_form['__LASTFOCUS'] = ''
search_form['__VIEWSTATEENCRYPTED'] = ''
search_form['ctl00$MainBodyContent$mGeneralEnquirySearchControl$mEnquiryListsDropDownList'] = '10'
search_form['ctl00$MainBodyContent$mGeneralEnquirySearchControl$mTabControl$ctl04$mStreetNameTextBox'] = ''
search_form['ctl00$MainBodyContent$mGeneralEnquirySearchControl$mTabControl$ctl04$mStreetNumberTextBox'] = ''
Expand Down

0 comments on commit 2a434db

Please sign in to comment.