Selenium 2 Grid - Knowing which node your test is using

Viewed 7564

Is it possible to know which node the selenium grid hub assigned to your test? My tests need to talk to other services on the node machine in order to perform configurations which are not supported by selenium.

Mark

2 Answers
Related