Skip to content

Commit

Permalink
Changed to use link_with.
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelBone committed Aug 15, 2018
1 parent aad07dc commit 1b1a6f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.rb
Expand Up @@ -35,7 +35,7 @@
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")
date_lodged_link = search_form.link_with(:text => "Date Lodged")
search_page = agent.submit(search_form, date_lodged_link)

p search_page.title.strip
Expand Down

0 comments on commit 1b1a6f5

Please sign in to comment.