Allow `sauce:network` to return details for previous pages
Currently, calling sauce:network during a test with extendedDebugging returns only the results for the current page. This workflow makes sense, but causes problems when trying to debug interactions that result in redirects.In this case, the redir...