Skip to content

Instantly share code, notes, and snippets.

@chenzx
Created February 21, 2013 12:45
Show Gist options
  • Save chenzx/5004500 to your computer and use it in GitHub Desktop.
Save chenzx/5004500 to your computer and use it in GitHub Desktop.
require 'watir'
ie = Watir::IE.new
while 1 do
ie.goto('http://www.douban.com/update/')
sleep 300
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment