Skip to content

Commit

Permalink
Corrected line formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelBone committed Aug 15, 2018
1 parent 8ac8e05 commit b8dfad7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scraper.rb
Expand Up @@ -34,7 +34,8 @@
search_form['ctl00$MainBodyContent$mGeneralEnquirySearchControl$mTabControl$ctl04$mSuburbTextBox'] = ''
search_form['ctl00$mHeight'] = '807'
search_form['ctl00$mWidth'] = '1184'
search_form['hiddenInputToUpdateATBuffer_CommonToolkitScripts'] = '1'date_lodged_link = search_form.button_with(:text => "Date Lodged")
search_form['hiddenInputToUpdateATBuffer_CommonToolkitScripts'] = '1'
# date_lodged_link = search_form.button_with(:text => "Date Lodged")
search_page = search_form.submit

p search_page.title.strip
Expand Down

0 comments on commit b8dfad7

Please sign in to comment.