I'm using Selenium 2.9.0. When configuring a WebDriver
grid node is there a way to specify that the node is capable of running a browser on Windows 7 rather than say Vista? So for example:
{
"capabilities":
[
{
"browserName": "internet explorer",
"maxInstances": 2,
"platform": "WINDOWS7"
}
],
"configuration":
// rest
}
When I try this configuration the Hub reports
HTTP ERROR: 500
No enum const class org.openqa.selenium.Platform.WINDOWS7
Is there a way to distinguish between the two operating systems on the Grid?