How can I get request/response logs in selenium? I have an ajax call that returns login information, and whenever I try to capture it via:
selenium.captureNetworkTraffic("json");
it returns only client-side items (like images .pn), but not the actual JSON response I'm interested in.