Skip to content

Commit f453a24

Browse files
authored
Update README.md
1 parent 782067c commit f453a24

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,11 @@ stereotype = "{\"browserName\": \"htmlunit\"}"
3737
slot-matcher = "org.openqa.selenium.htmlunit.remote.HtmlUnitSlotMatcher"
3838
```
3939

40+
The `selenium-server` JAR doesn't include the **HtmlUnitDriver** artifacts; these need to be specified as extensions to the grid class path via the `--ext` option:
41+
42+
```
43+
java -jar selenium-server-<version>.jar --ext htmlunit-remote-<version>-grid-extension.jar standalone --config htmlunit.toml
44+
```
45+
The `grid-extension` artifact provides all of the specifications and service providers required to enable **Selenium 4 Grid** to supply remote sessions of **HtmlUnitDriver**. This artifact combines `htmlunit-remote` with `htmlunit3-driver`, `htmlunit`, and all of their unique dependencies.
46+
4047
> Written with [StackEdit](https://stackedit.io/).

0 commit comments

Comments
 (0)