Skip to content

Commit

Permalink
Removed attempt to find link.
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelBone committed Aug 15, 2018
1 parent 1b1a6f5 commit b1e8779
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scraper.rb
Expand Up @@ -35,8 +35,8 @@
search_form['ctl00$mHeight'] = '807'
search_form['ctl00$mWidth'] = '1184'
search_form['hiddenInputToUpdateATBuffer_CommonToolkitScripts'] = '1'
date_lodged_link = search_form.link_with(:text => "Date Lodged")
search_page = agent.submit(search_form, date_lodged_link)
# date_lodged_link = search_form.link_with(:text => 'Date Lodged')
search_page = agent.submit(search_form) # date_lodged_link)

p search_page.title.strip
search_form = search_page.forms.first
Expand Down

0 comments on commit b1e8779

Please sign in to comment.