You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ The driver service implemented by **HtmlUnit Remote** enables **Selenium 4 Grid*
17
17
***HtmlUnitDriverServer** - This is the server class that hosts **HtmlUnitDriver** instances. It implements the [W3C WebDriver protocol](https://www.w3.org/TR/webdriver2):
18
18
* Create new driver sessions
19
19
* Route driver commands to specified driver sessions
20
-
* Assemble driver method results into HTTP responses
20
+
* Package driver method results into HTTP responses
21
21
22
22
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.
0 commit comments