Hi!
Before grid we set the version of the browser via config.json for the node.
{
"capabilities":
[
{
"browserName": "chrome",
"version": "###CHROME_TEST_PROFILE###",
The when could define from the test, on which node the test should be run via DesiredCapabilities.setVersion.
In grid 4 I didn't find a way to set version for a node, despite DesiredCapabilities.setVersion furthermore exists?
Is there any undocumented way to set version for grid 4 node?
Is it currently not implemented?
Will it implemented in the near future?
If not I have to go back to selenium and grid 3.
Best regards
Torsten Kleiber