Is there a way to check the chrome driver version in use on a particular node remotely?
I know running chromedriver.exe -v
directly on the node will report the driver version. But is there any way to query this through the selenium grid api?
I've looked at the useful information here but I can't see a way to do it: https://github.com/nicegraham/selenium-grid2-api
Or ideally I'd like to see this displayed on configuration tab of the selenium grid console for each node.
Maybe there's a way to display this as an extra property I add to the configuration by capturing the output of running capture the output of chromedriver.exe -v
prior to connecting the node to the grid?