From: Becca Girl Date: 2008-10-31T09:38:00+09:00 Subject: Re: Newbie Mechanize Question Becca Girl wrote: > Figured it out. > > page.search("div.details").search("a[@href*='unique_id']") After re-reading the documentation, I see that I should be able to simply do something like this --> page.links.href('/unique_id') but I get nothing. No results, nada. Am I doing this wrong? The previous code works, but I think that I should do this more efficiently. -- Posted via http://www.ruby-forum.com/.