Skip to content

Commit

Permalink
Removed __LASTFOCUS.
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelBone committed Aug 16, 2018
1 parent 5cbd7c1 commit 64bf7b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scraper.rb
Expand Up @@ -32,7 +32,7 @@
search_form = search_page.forms.first
search_form['__EVENTTARGET'] = 'ctl00$MainBodyContent$mGeneralEnquirySearchControl$mTabControl$tabControlMenu'
search_form['__EVENTARGUMENT'] = '3'
search_form['__LASTFOCUS'] = ''
#search_form['__LASTFOCUS'] = ''
#search_form['ctl00$MainBodyContent$mGeneralEnquirySearchControl$mEnquiryListsDropDownList'] = '10'
#search_form['ctl00$MainBodyContent$mGeneralEnquirySearchControl$mTabControl$ctl04$mStreetNameTextBox'] = ''
#search_form['ctl00$MainBodyContent$mGeneralEnquirySearchControl$mTabControl$ctl04$mStreetNumberTextBox'] = ''
Expand All @@ -53,7 +53,6 @@
summary_page = agent.submit(search_form, button)
# p summary_page.title.strip

p "Paging"
count = 0
das_data = []
while summary_page
Expand Down

0 comments on commit 64bf7b0

Please sign in to comment.