How to get a list of available browsers from selenium hub?

Is it possible to get a list of available browsers registered in a selenium node using java? For example, I can use my browser to go to the console (for example, www.foobar.com-00-00444/grid/console), and this gives me a list of all sessions, but is there any way to get this list using java code?

Thank!

+5
source share
1 answer

Yes, you can use the grid API.

: https://github.com/nicegraham/selenium-grid2-api

-1

All Articles