nikseras / js-test-driver

Automatically exported from code.google.com/p/js-test-driver
0 stars 0 forks source link

Show captured browser IP address #406

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
As a jsTestDriver server admin, I would like to see the ip address of all 
captured browsers, so that I can see if some ip does not have to be captured.

So, when I browse to http://<JSTD_SERVER>:<PORT> Id' like to see this:

  Captured Browsers: (3)
  Id: 1352323401744
  Name: Firefox
  Version: 16.0
  Operating System: Windows
  Address: 10.100.1.47        //This is what I'd want to see
  Not in use.
  RunnerType CLIENT
  Currently waiting...

This is useful when more browsers than you expected appear as captured, or when 
you want to know all the slave machines you have.

Original issue reported on code.google.com by edgarinv...@gmail.com on 7 Nov 2012 at 9:43