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 92652a0 commit f872399Copy full SHA for f872399
website_and_docs/content/documentation/grid/configuration/toml_options.ja.md
@@ -190,8 +190,8 @@ Here is a Java example showing how to match that Node
190
191
```java
192
FirefoxOptions options = new FirefoxOptions();
193
-options.setCapability("networkname:applicationName", "node_2");
194
-options.setCapability("nodename:applicationName", "app_2");
+options.setCapability("networkname:applicationName", "node_1");
+options.setCapability("nodename:applicationName", "app_1");
195
options.setBrowserVersion("96");
196
options.setPlatformName("macOS");
197
WebDriver driver = new RemoteWebDriver(new URL("http://localhost:4444"), options);
0 commit comments