Is there anyway to get a list of available browsers that are registered with the selenium hub using java? For example I can use my browser to go to the console (ie. www.foobar.com:4444/grid/console) and that gives me a list of all sessions, but is there anyway I can get that list using java code?
Thanks!