I'm starting with Cucumber & Ruby and wondering if the following is possible.
I'm at a page and I know that when I click link, that's going to send a request looking like: http://example.com?param1=value1¶m2=value2
Is it then possible to intercept that call and retrieve it's parameters by using Ruby? or if not, any other idea about how to get those values through an automated test?