From: Toni Keller Date: 2008-02-12T08:54:39+09:00 Subject: Mechanize click()-Problem Hello, I try to log on to a website using mechanize. I can submit my username and password, but when I get redirected I have a problem. I want to click on a link using following code: link = page.links.href(/index\.php\?ahcd_obj=([a-z]|[0-9])*/) page = agent.click(link) (The RegExp is fine, I tested it manually) It looks as if there is some hidden redirect or something like that, because the result is always the same, that is I'm still on the same page. That's one of those links: Help is welcome. -- Posted via http://www.ruby-forum.com/.