We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d002aa commit cfaada6Copy full SHA for cfaada6
website_and_docs/content/documentation/grid/configuration/toml_options.zh-cn.md
@@ -198,8 +198,8 @@ Here is a Java example showing how to match that Node
198
199
```java
200
FirefoxOptions options = new FirefoxOptions();
201
-options.setCapability("networkname:applicationName", "node_2");
202
-options.setCapability("nodename:applicationName", "app_2");
+options.setCapability("networkname:applicationName", "node_1");
+options.setCapability("nodename:applicationName", "app_1");
203
options.setBrowserVersion("96");
204
options.setPlatformName("macOS");
205
WebDriver driver = new RemoteWebDriver(new URL("http://localhost:4444"), options);
0 commit comments