On the webpage I am testing, a GET call is made when the user clicks an option in a select list. The GET looks like this:
GET /mediaportal/captions/SCH/Follow%20Up%20with%20the%20Robles%20Family_SCH.xml
How can I tell Ruby to listen for the GET request and capture it, or more specifically capture and put into a variable the url that is requested in the GET above.
(I'm using the watir-webdriver gem, I'm hoping there is something in there that would allow me to do that.)
