# File lib/www/mechanize.rb, line 367 def visited_page(url) if url.respond_to? :href url = url.href end @history.visited_page(resolve(url)) end