Skip to content

Commit e10c83a

Browse files
authored
Update README.md
1 parent 5eee8df commit e10c83a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ The driver service implemented by **HtmlUnit Remote** enables **Selenium 4 Grid*
1616
* **HtmlUnitDriverInfo** - This class informs **Selenium 4 Grid** that **HtmlUnitDriver** is available and provides a method to create new driver instances.
1717
* **HtmlUnitDriverService** - This class manages a server that hosts instances of **HtmlUnitDriver**.
1818
* **HtmlUnitDriverServer** - This is the server class that hosts **HtmlUnitDriver** instances. It implements the [W3C WebDriver protocol](https://www.w3.org/TR/webdriver2):
19-
* Create new driver sessions
20-
* Route driver commands to specified driver sessions
21-
* Package driver method results into HTTP responses
19+
* Create new driver sessions
20+
* Route driver commands to specified driver sessions
21+
* Package driver method results into HTTP responses
2222

2323
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.
2424

0 commit comments

Comments
 (0)