I'm using Selenium to drive a bunch of automated tests. One of those tests needs to know its own IP address behind our firewall. That means I can't use any external services or APIs. What I *can* do is inject JavaScript into the browser itself. Any ideas?