Is there any way to log http requests/responses using Selenium Webdriver (firefox)?
I guess it's possible to drive web traffic through proxy and log it, but maybe there is more simple "internal" selenium solution?
Asked this question on #selenium channel:
you will need to proxy it to capture the requests
so, looks like only way to setup proxy for it.