I\'m having issues submitting the result of a form submission (I can submit a form, but I can\'t submit the form on the page that follows the first).
I have:
try again browser.select_form(nr=0) instead of req.select_form(nr=0). (after submitting or clicking a link or so, the new response is considered as an actual browser page - like in a browser :) )
browser.select_form(nr=0)
req.select_form(nr=0)