I'm using Selenium and as part of loading a web page, a number of additional HTTP requests are made, including downloading a file of JSON encoded data which is used as data for the web page.
From within the developer tools in Chrome, I can see the name of this file, but how can I get hold of this information via Selenium?
Note that I don't know how this file is downloaded (Javascript? Something else?) and I don't really care - the data is all I care about and the file seems to have a sufficiently obvious name (but probably not fixed!) that given a list of sdownloaded files, I can figure out which one is the one I want.