Skip to content

Commit 6054e83

Browse files
authored
Update README.md
1 parent 35b7032 commit 6054e83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The driver service implemented by **HtmlUnit Remote** enables **Selenium 4 Grid*
1717
* **HtmlUnitDriverServer** - This is the server class that hosts **HtmlUnitDriver** instances. It implements the [W3C WebDriver protocol](https://www.w3.org/TR/webdriver2):
1818
* Create new driver sessions
1919
* Route driver commands to specified driver sessions
20-
* Assemble driver method results into HTTP responses
20+
* Package driver method results into HTTP responses
2121

2222
In operation, **HtmlUnitDriverService** is instantiated by **Selenium 4 Grid** node servers that are configured to support **HtmlUnitDriver**. Unlike other driver services, which launch a new process for each created driver session, **HtmlUnitDriverService** starts a single in-process server that hosts all of the driver sessions it creates.
2323

0 commit comments

Comments
 (0)